HMSVideoTrackSetting class Null safety
Constructors
- HMSVideoTrackSetting({required HMSCodec codec, required HMSVideoResolution? resolution, required int maxBitrate, required int maxFrameRate, required HMSCameraFacing cameraFacing, required String trackDescription})
- HMSVideoTrackSetting.fromMap(Map map)
-
factory
Properties
- cameraFacing → HMSCameraFacing
-
final
- codec → HMSCodec
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- maxBitrate → int
-
final
- maxFrameRate → int
-
final
- resolution → HMSVideoResolution?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- trackDescription → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited