HMSLocalAudioTrack class

100ms HMSLocalAudioTrack

HMSLocalAudioTrack contains the local peer audio track infomation.

Inheritance

Constructors

HMSLocalAudioTrack({required HMSTrackKind kind, required String source, required String trackId, required String trackDescription, required bool isMute, double? volume})
HMSLocalAudioTrack.fromMap({required Map map})
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
volume double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setVolume(double volume) Future<HMSException?>
toString() String
A string representation of this object.
inherited

Operators

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