HMSRemoteVideoTrack class Null safety
- Inheritance
- Object
- HMSTrack
- HMSVideoTrack
- HMSRemoteVideoTrack
Constructors
- HMSRemoteVideoTrack({required HMSVideoTrackSetting setting, required bool isDegraded, required HMSTrackKind kind, required HMSTrackSource source, required String trackId, required String trackDescription})
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isDegraded → bool
-
final, inherited
- kind → HMSTrackKind
-
final, inherited
- peer → HMSPeer?
-
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- setting → HMSVideoTrackSetting
-
final
- source → HMSTrackSource
-
final, inherited
- trackDescription → String
-
final, inherited
- trackId → String
-
final, inherited
Methods
-
isMute(
) → Future< bool> -
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