PlayFormat enum

预设置播放器播放 URL 类型

Inheritance
Available extensions

Values

unKnown → const PlayFormat
m3u8 → const PlayFormat

m3u8类型

mp4 → const PlayFormat

mp4 类型

flv → const PlayFormat

flv类型

mp3 → const PlayFormat

MP3类型,此类型需要提前设置才能播放

aac → const PlayFormat

aac类型, 此类型需要提前设置才能播放

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
intValue int

Available on PlayFormat, provided by the PlayFormatExt extension

no setter
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<PlayFormat>
A constant List of the values in this enum, in order of their declaration.