AudioFrame class

An AudioFrame contains encoded audio data and optional positional information.

Constructors

AudioFrame.outgoing({required Uint8List frame, PositionalInformation? positionalInformation})
Creates a frame that should be added to an AudioFrameSink to send it to the mumble server.
const

Properties

frame Uint8List
The frame data, encoded according to mumbles frame specification.
final
hashCode int
The hash code for this object.
no setterinherited
positionalInformation PositionalInformation?
Optional positional information for this frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber int
The sequence number of this frame.
final

Methods

jsonMap() Map<String, Object>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({bool tabIndent = true}) String
A string representation of this object.
inherited

Operators

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