template <fuchsia::media::AudioSampleFormat SampleFormat>

class TypedFormat

Defined at line 58 of file ../../src/media/audio/lib/format/format.h

TypedFormat is a wrapper around Format that carries the underlying SampleFormat in its type,

making it more convenient to use with AudioBuffer and other typed functions.

Friends

template <fuchsia::media::AudioSampleFormat SampleFormat>
class Format