class SubsampleEntry

Defined at line 6038 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h

SubsampleEntry

A subsample is a byte range within a sample consisting of a clear byte range

followed by an encrypted byte range. This structure specifies the size of

each range in the subsample.

Public Members

uint32_t clear_bytes
uint32_t encrypted_bytes

Public Methods

::std::unique_ptr<SubsampleEntry> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SubsampleEntry * value, size_t _offset)
zx_status_t Clone (SubsampleEntry * result)