GetVideoPlayMeta class
Constructors
-
GetVideoPlayMeta.new({required String driveId, required String fileId, String category = 'live_transcoding', List<
VideoTemplate> templates = VideoTemplate.values}) -
const
Properties
-
no setterinherited
- category → String
-
final
- data → dynamic
-
no setteroverride
- driveId → String
-
final
- fileId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → HttpMethod
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
templates
→ List<
VideoTemplate> -
默认所有类型
final
- uri → String
-
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
dynamic json) → VideoInfo -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited