Util class
Constructors
- Util()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
checkBitPositionIsSet(
int number, int bitPosition) → bool -
splitCodecs(
String? codecs) → List< String>
Constants
- roleFlagDescribesMusicAndSound → const int
- roleFlagDescribesVideo → const int
- roleFlagEasyToRead → const int
- roleFlagTranscribesDialog → const int
- selectionFlagAutoSelect → const int
- selectionFlagDefault → const int
- selectionFlagForced → const int
- timeEndOfSource → const int
- trackTypeAudio → const int
- A type constant for audio tracks.
- trackTypeCameraMotion → const int
- A type constant for camera motion tracks.
- trackTypeDefault → const int
- A type constant for tracks of some default type, where the type itself is unknown.
- trackTypeMetadata → const int
- A type constant for metadata tracks.
- trackTypeNone → const int
- A type constant for a dummy or empty track.
- trackTypeText → const int
- A type constant for text tracks.
- trackTypeUnknown → const int
- A type constant for tracks of unknown type.
- trackTypeVideo → const int
- A type constant for video tracks.