class CryptoFormat

Defined at line 8425 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

CryptoFormat

Crypto (encrypted or decrypted) format details.

Public Methods

void CryptoFormat ()
void CryptoFormat (const CryptoFormat & )

Defined at line 8430 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

CryptoFormat & operator= (const CryptoFormat & )

Defined at line 8431 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

void CryptoFormat (CryptoFormat && )

Defined at line 8432 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

CryptoFormat & operator= (CryptoFormat && )

Defined at line 8433 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

bool IsUnknown ()

Defined at line 8440 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

bool has_invalid_tag ()
bool is_encrypted ()
CryptoFormat WithEncrypted (::fidl::ObjectView< ::fuchsia_media::wire::EncryptedFormat> val)
template <typename... Args>
CryptoFormat WithEncrypted (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 8451 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

::fuchsia_media::wire::EncryptedFormat & encrypted ()
const ::fuchsia_media::wire::EncryptedFormat & encrypted ()
bool is_decrypted ()
CryptoFormat WithDecrypted (::fidl::ObjectView< ::fuchsia_media::wire::DecryptedFormat> val)
template <typename... Args>
CryptoFormat WithDecrypted (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 8465 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h

::fuchsia_media::wire::DecryptedFormat & decrypted ()
const ::fuchsia_media::wire::DecryptedFormat & decrypted ()
::fuchsia_media::wire::CryptoFormat::Tag Which ()

Enumerations

enum Tag
Name Value
kEncrypted 1
kDecrypted 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 8435 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_types.h