GWIoTApi
Toggle table of contents
1.4.4
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.player
/
IPlayer
IPlayer
interface
IPlayer
Inheritors
ILivePlayer
Members
Properties
connect
State
Link copied to clipboard
abstract
val
connectState
:
LiveData
<
ConnectState
>
连接状态
device
Id
Link copied to clipboard
abstract
val
deviceId
:
String
mute
Link copied to clipboard
abstract
var
mute
:
Boolean
静音
player
State
Link copied to clipboard
abstract
val
playerState
:
LiveData
<
PlayerState
>
播放状态
scaling
Mode
Link copied to clipboard
abstract
var
scalingMode
:
VideoScalingMode
视频缩放模式
video
View
Link copied to clipboard
abstract
val
videoView
:
PlayerView
?
video
Views
Link copied to clipboard
abstract
val
videoViews
:
LiveData
<
List
<
PlayerView
>
>
Functions
get
Error
Link copied to clipboard
abstract
fun
getError
(
)
:
GWError
?
play
Link copied to clipboard
abstract
fun
play
(
)
stop
Link copied to clipboard
abstract
fun
stop
(
)