class VideoCompressedFormat
Defined at line 5858 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_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,VideoCompressedFormat *value,size_toffset)
zx_status_t Clone (VideoCompressedFormat * result)
bool has_invalid_tag ()
Defined at line 5883 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 5887 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
uint32_t & temp_field_todo_remove ()
Temp field to make the compiler happy until we have at least one real
field. Do not reference this field in code.
Defined at line 5891 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
::fuchsia::media::VideoCompressedFormat::Tag Which ()
Defined at line 5904 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 5912 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)
const uint32_t & temp_field_todo_remove ()
Temp field to make the compiler happy until we have at least one real
field. Do not reference this field in code.
Defined at line 5898 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
Enumerations
enum Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kTempFieldTodoRemove | 1 |
0x1 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 5870 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
Friends
class Equality