VideoDefinition enum
The videoDefinition
parameter lets you restrict a search to only
include either high definition (HD) or standard definition (SD) videos. HD
videos are available for playback in at least 720p, though higher
resolutions, like 1080p, might also be available. If you specify a value for
this parameter, you must also set the type
parameter's value to
video
.
string
Acceptable values are:
any
– Return all videos, regardless of their resolution.high
– Only retrieve HD videos.standard
– Only retrieve videos in standard definition.
Values
- any → const VideoDefinition
- high → const VideoDefinition
- standard → const VideoDefinition
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
fromString(
String string) → VideoDefinition?
Constants
-
values
→ const List<
VideoDefinition> - A constant List of the values in this enum, in order of their declaration.