Media constant modules
Members
String
# static readonly DEFAULT
Enum for DEFAULT.
Properties:
| Name | Type | Description |
|---|---|---|
INSTANCE_ID |
String
|
|
MAX_INSTANCE_COUNT |
String
|
String
# static readonly DRM
Enum for DRMs.
Properties:
| Name | Type | Description |
|---|---|---|
AES_128 |
String
|
|
CLEARKEY |
String
|
|
PLAYREADY |
String
|
|
VERIMATRIX |
String
|
|
WIDEVINE |
String
|
|
WMDRM |
String
|
String
# static readonly FSM_EVENT
Enum for Media State Machine Events.
Properties:
| Name | Type | Description |
|---|---|---|
CONNECT |
String
|
|
GET_SUBTITLES |
String
|
|
PLAY |
String
|
|
STOP |
String
|
|
PROGRESSIVE_SKIP |
String
|
|
PAUSE |
String
|
|
SPEED |
String
|
|
RESUME |
String
|
String
# static readonly MIME_TYPE
Enum for MIME types.
Properties:
| Name | Type | Description |
|---|---|---|
DASH |
String
|
|
HLS |
String
|
|
HLS_ALT |
String
|
|
MP4 |
String
|
|
SMOOTH_STREAMING |
String
|
String
# static readonly PROTOCOL
Enum for PROTOCOL.
Properties:
| Name | Type | Description |
|---|---|---|
DASH |
String
|
|
HLS |
String
|
|
PROGRESSIVE |
String
|
|
SMOOTH_STREAMING |
String
|
Regex
# static readonly REGEX
Enum for guess stream protocol regexp
Properties:
| Name | Type | Description |
|---|---|---|
HLS |
Regex
|
|
SMOOTH_STREAMING |
Regex
|
|
DASH |
Regex
|
String
# static readonly STATE
Enum for STATE.
Properties:
| Name | Type | Description |
|---|---|---|
CONNECTING |
String
|
|
PAUSED |
String
|
|
PLAYING |
String
|
|
SKIPPING |
String
|
|
STOPPED |
String
|
String
# static readonly VIDEO_DISPLAY_MODE
Enum for Video Display Mode.
Properties:
| Name | Type | Description |
|---|---|---|
ZOOM |
String
|
Zoom and crop the content |
FIT |
String
|
Fit the availbable space. Keeps the aspect ratio. Letterbox |
FILL |
String
|
Fill the available space. Do not respect the aspect ratio |
NONE |
String
|
default value |