TX_Enum_PlayType enum

Inheritance

Constructors

TX_Enum_PlayType()
const

Values

PLAY_TYPE_LIVE_RTMP → const TX_Enum_PlayType

RTMP 直播

PLAY_TYPE_LIVE_FLV → const TX_Enum_PlayType

FLV 直播

PLAY_TYPE_VOD_FLV → const TX_Enum_PlayType

FLV 点播

PLAY_TYPE_VOD_HLS → const TX_Enum_PlayType

HLS 点播

PLAY_TYPE_VOD_MP4 → const TX_Enum_PlayType

MP4点播

PLAY_TYPE_LIVE_RTMP_ACC → const TX_Enum_PlayType

RTMP 直播加速播放

PLAY_TYPE_LOCAL_VIDEO → const TX_Enum_PlayType

本地视频文件

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<TX_Enum_PlayType>
A constant List of the values in this enum, in order of their declaration.