HMSRemoteAudioTrack class Null safety
- Inheritance
- Object
- HMSTrack
- HMSAudioTrack
- HMSRemoteAudioTrack
Constructors
- HMSRemoteAudioTrack({required HMSAudioTrackSetting setting, 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
- setting → HMSAudioTrackSetting
-
final
- 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