DashPlayerProperty enum
The different types of dash player properties that can be set on the player.
Values
- maxBandWidth → const DashPlayerProperty
-
Max band width of dash player, the value is int type.
- dashStreamInfo → const DashPlayerProperty
-
Dash player stream info, the value is string type.
- httpHeader → const DashPlayerProperty
-
Retrieves the last HTTP response header from the DASH player's network requests.
This property is used to get the HTTP headers received in response to the requests made by the DASH player for fetching video manifest files or media segments.
To use this property, you must first enable HTTP header retrieval by setting StreamingPropertyType.openHttpHeader to
'TRUE'. Once enabled, you can retrieve the headers using thegetDatamethod with thishttpHeaderkey.
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
Constants
-
values
→ const List<
DashPlayerProperty> - A constant List of the values in this enum, in order of their declaration.