sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.api.session
/
VideoStatus
Video
Status
open
class
VideoStatus
Members
Types
Player
State
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
PlayerState
Functions
get
Ad
Duration
Link copied to clipboard
open
fun
getAdDuration
(
)
:
Long
get
Ad
Position
Link copied to clipboard
open
fun
getAdPosition
(
)
:
Long
get
Guid
Link copied to clipboard
open
fun
getGuid
(
)
:
String
get
Image
Url
Link copied to clipboard
open
fun
getImageUrl
(
)
:
String
get
Player
State
Link copied to clipboard
open
fun
getPlayerState
(
)
:
Int
get
Stream
Duration
Link copied to clipboard
open
fun
getStreamDuration
(
)
:
Long
get
Stream
Position
Link copied to clipboard
open
fun
getStreamPosition
(
)
:
Long
get
Sub
Title
Link copied to clipboard
open
fun
getSubTitle
(
)
:
String
get
Title
Link copied to clipboard
open
fun
getTitle
(
)
:
String
get
Video
Track
Status
Link copied to clipboard
open
fun
getVideoTrackStatus
(
)
:
VideoTrackStatus
is
Ad
Playing
Link copied to clipboard
open
fun
isAdPlaying
(
)
:
Boolean
is
Stream
Live
Link copied to clipboard
open
fun
isStreamLive
(
)
:
Boolean
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
PLAYER_STATE_BUFFERING
Link copied to clipboard
val
PLAYER_STATE_BUFFERING
:
Int
=
4
PLAYER_STATE_ENDED
Link copied to clipboard
val
PLAYER_STATE_ENDED
:
Int
=
8
PLAYER_STATE_ERROR
Link copied to clipboard
val
PLAYER_STATE_ERROR
:
Int
=
6
PLAYER_STATE_IDLE
Link copied to clipboard
val
PLAYER_STATE_IDLE
:
Int
=
0
PLAYER_STATE_LOADING
Link copied to clipboard
val
PLAYER_STATE_LOADING
:
Int
=
5
PLAYER_STATE_PAUSED
Link copied to clipboard
val
PLAYER_STATE_PAUSED
:
Int
=
3
PLAYER_STATE_PLAYING
Link copied to clipboard
val
PLAYER_STATE_PLAYING
:
Int
=
2
PLAYER_STATE_STARTED
Link copied to clipboard
val
PLAYER_STATE_STARTED
:
Int
=
1
PLAYER_STATE_STOPPED
Link copied to clipboard
val
PLAYER_STATE_STOPPED
:
Int
=
7
PLAYER_STATE_STOPPED_ON_DISCONNECT
Link copied to clipboard
val
PLAYER_STATE_STOPPED_ON_DISCONNECT
:
Int
=
9