HMSAudioTrack class

100ms HMSAudioTrack

parent of all audio tracks

Inheritance
Implementers

Constructors

HMSAudioTrack({required HMSTrackKind kind, required String source, required String trackId, required String trackDescription, required bool isMute})
HMSAudioTrack.fromMap({required Map map, required bool isLocal})
returns true if audio is mute
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isMute bool
finalinherited
kind HMSTrackKind
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
finalinherited
trackDescription String
finalinherited
trackId String
finalinherited

Methods

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

Operators

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