class VideoCompressedFormat
Defined at line 5788 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
VideoCompressedFormat
Compressed video format details.
Public Members
static const fidl_type_t * FidlType
Public Methods
void VideoCompressedFormat ()
void ~VideoCompressedFormat ()
void VideoCompressedFormat (VideoCompressedFormat && )
VideoCompressedFormat & operator= (VideoCompressedFormat && )
VideoCompressedFormat WithTempFieldTodoRemove (uint32_t && )
::std::unique_ptr<VideoCompressedFormat> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, VideoCompressedFormat * value, size_t offset)
zx_status_t Clone (VideoCompressedFormat * result)
bool has_invalid_tag ()
Defined at line 5813 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
bool is_temp_field_todo_remove ()
Defined at line 5817 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
VideoCompressedFormat & set_temp_field_todo_remove (uint32_t value)
uint32_t & temp_field_todo_remove ()
Defined at line 5819 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
const uint32_t & temp_field_todo_remove ()
Defined at line 5824 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
::fuchsia::media::VideoCompressedFormat::Tag Which ()
Defined at line 5830 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 5838 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
Enumerations
enum Tag
| Name | Value |
|---|---|
| kTempFieldTodoRemove | 1 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 5800 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
Friends
class Equality