MediaDataManifest class
- Inheritance
-
- Object
- JsonScheme
- MediaDataManifest
- Implementers
Constructors
- MediaDataManifest(Map rawData)
Properties
- audio_codec → String?
-
no setter
- bitrate → int?
-
no setter
- container_name → String?
-
no setter
- framerate → int?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
no setter
- is_throttled → bool?
-
no setter
- mime_type → String?
-
no setter
- quality → String?
-
no setter
- rawData ↔ Map
-
return original data json
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
no setter
- special_type → String?
-
no setter
- tag → int?
-
no setter
- url → String?
-
no setter
- video_codec → String?
-
no setter
- video_data → String?
-
no setter
- video_from → String?
-
no setter
- video_quality → String?
-
no setter
- width → int?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
return original data json
inherited
-
toMap(
) → Map -
return original data json
inherited
-
toString(
) → String -
return string data encode json original data
inherited
-
utils_filter_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys_void(
List keys) → void -
inherited
-
utils_remove_by_values(
List values) → Map -
return original data json
inherited
-
utils_remove_by_values_void(
List values) → void -
return original data json
inherited
-
utils_remove_values_null(
) → Map -
return original data json
inherited
-
utils_remove_values_null_void(
) → void -
return original data json
inherited
Operators
-
operator *(
dynamic value) → dynamic -
operator map data
inherited
-
operator +(
Map value) → Map -
operator map data
inherited
-
operator -(
List values) → Map -
return original data json
inherited
-
operator /(
dynamic value) → dynamic -
operator map data
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
operator map data
inherited
-
operator []=(
dynamic key, dynamic value) → void -
operator map data
inherited
Static Properties
- defaultData → Map
-
no setter
Static Methods
-
create(
{String? special_type, String? audio_codec, int? framerate, String? video_codec, String? video_quality, int? height, int? width, int? bitrate, String? mime_type, String? container_name, bool? is_throttled, String? quality, int? size, int? tag, String? video_from, String? video_data, String? url}) → MediaDataManifest -
return original data json
override