VideoEncoding class
A type that represents video encoding information.
- Implemented types
- Available Extensions
- Annotations
Constructors
- VideoEncoding({required int maxFramerate, required int maxBitrate})
-
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- maxBitrate → int
-
final
- maxFramerate → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
compareTo(
VideoEncoding other) → int -
Compares this object to another object.
override
-
copyWith(
{int? maxFramerate, int? maxBitrate}) → VideoEncoding -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override