HMSRemoteAudioTrack class

100ms HMSRemoteAudioTrack

HMSLocalVideoTrack contains the remote peer audio track infomation.

Inheritance

Constructors

HMSRemoteAudioTrack({required HMSTrackKind kind, required String source, required String trackId, required String trackDescription, required bool isMute, required bool isPlaybackAllowed})
HMSRemoteAudioTrack.fromMap({required Map map})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isMute bool
finalinherited
isPlaybackAllowed bool
getter/setter pair
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
setPlaybackAllowed(bool isPlaybackAllowed) Future<HMSException?>
setVolume(double volume) Future<HMSException?>
toString() String
A string representation of this object.
inherited

Operators

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