HMSAudioTrack class Null safety
parent of all audio tracks
- Inheritance
- Implementers
Constructors
- HMSAudioTrack({required HMSTrackKind kind, required HMSTrackSource source, required String trackId, required String trackDescription})
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- kind → HMSTrackKind
-
final, inherited
- peer → HMSPeer?
-
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- source → HMSTrackSource
-
final, inherited
- trackDescription → String
-
final, inherited
- trackId → String
-
final, inherited
Methods
-
isMute(
) → Future< bool> -
returns true if audio is mute
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited