EncodedAudioFrameInfo class

Audio information after encoding.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

advancedSettings → EncodedAudioFrameAdvancedSettings?
This function is currently not supported.
final
captureTimeMs int?
The Unix timestamp (ms) for capturing the external encoded video frames.
final
codec AudioCodecType?
Audio Codec type: AudioCodecType.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfChannels int?
The number of audio channels.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRateHz int?
Audio sample rate (Hz).
final
samplesPerChannel int?
The number of audio samples per channel.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited