class AudioUncompressedFormat

Defined at line 6379 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_types.h

AudioUncompressedFormat

Public Methods

void AudioUncompressedFormat (AudioUncompressedFormat && other)
AudioUncompressedFormat & operator= (AudioUncompressedFormat && other)
void AudioUncompressedFormat (const AudioUncompressedFormat & other)
AudioUncompressedFormat & operator= (const AudioUncompressedFormat & other)
bool operator== (const AudioUncompressedFormat & other)
bool operator!= (const AudioUncompressedFormat & other)
::fuchsia_media::AudioUncompressedFormat::Tag Which ()
AudioUncompressedFormat WithPcm (::fuchsia_media::PcmFormat val)
const ::fidl::internal::UnionMemberView<1, Storage_> pcm ()
::fidl::internal::UnionMemberView<1, Storage_> pcm ()
AudioUncompressedFormat & pcm (::fuchsia_media::PcmFormat value)

Sets the union to hold the pcm member.

void AudioUncompressedFormat (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kPcm 1

TODO: share union tag types between wire

&

natural.

Defined at line 6388 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits