Crate fidl_fuchsia_audio_common

Source

Macros§

ChannelConfigUnknown
Pattern that matches an unknown ChannelConfig member.
ChannelLayoutUnknown
Pattern that matches an unknown ChannelLayout member.
CompressionTypeUnknown
Pattern that matches an unknown CompressionType member.
GainErrorUnknown
Pattern that matches an unknown GainError member.
GainUpdateMethodUnknown
Pattern that matches an unknown GainUpdateMethod member.
RampFunctionUnknown
Pattern that matches an unknown RampFunction member.
SampleTypeUnknown
Pattern that matches an unknown SampleType member.
TimestampUnknown
Pattern that matches an unknown Timestamp member.

Structs§

Compression
Describes the compression applied to a stream.
DelayWatcherWatchDelayRequest
DelayWatcherWatchDelayResponse
Format
Describes a format used for audio streams without reference to compression. Where compression is supported, this type should be combined with fuchsia.media2.Compression. An uncompressed audio stream uses LPCM encoding.
GainControlSetGainRequest
GainControlSetGainResponse
GainControlSetMuteRequest
GainControlSetMuteResponse
Packet
Describes a packet delivered via StreamSink.
PacketFlags
Flags describing a packet.
RampFunctionLinearSlope
Gain follows a linear slope over a linear domain.
RampedGain
Describes a ramped gain command. When this command is applied, gain is ramped from its current value to the target value, over the specified duration, using the specified function.
StreamSinkOnWillCloseRequest
StreamSinkStartSegmentRequest
StreamSinkWillCloseRequest
UnspecifiedBestEffort
UnspecifiedContinuous

Enums§

ChannelConfig
Spatial assignment of channels.
ChannelLayout
Expresses the intended assignment of channels in an audio elementary stream.
CompressionType
GainError
Type of errors returned by GainControl.
GainUpdateMethod
Supported types of gain updates.
RampFunction
Supported types of ramping functions.
SampleType
Expresses the type of individual audio samples.
Timestamp
Indicates the position of an audio packet in the stream timeline.

Constants§

MAX_COMPRESSION_PARAMETERS_SIZE
The maximum size of Compression.parameters.