class EncryptionPattern
Defined at line 6067 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/hlcpp/fuchsia/media/cpp/fidl.h
EncryptionPattern
Pattern encryption utilizes a pattern of encrypted and clear 16 byte blocks
over the protected range of a subsample (the encrypted_bytes of a
`SubsampleEntry`). This structure specifies the number of encrypted data
blocks followed by the number of clear data blocks.
Public Members
uint32_t clear_blocks
uint32_t encrypted_blocks
Public Methods
::std::unique_ptr<EncryptionPattern> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,EncryptionPattern *value,size_t_offset)
zx_status_t Clone (EncryptionPattern * result)