Castify SDK
2.0.2
Castify SDK
/
jp.castify.api
/
Player
/
Config
Config
data
class
Config
(
val
lowLatency
:
Boolean
=
false
,
val
isAudioDisabled
:
Boolean
=
false
,
val
isVideoDisabled
:
Boolean
=
false
)
Constructors
Functions
Properties
Constructors
Config
Link copied to clipboard
fun
Config
(
lowLatency
:
Boolean
=
false
,
isAudioDisabled
:
Boolean
=
false
,
isVideoDisabled
:
Boolean
=
false
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
is
Audio
Disabled
Link copied to clipboard
val
isAudioDisabled
:
Boolean
=
false
音声再生を行いません。有効にすると音声再生に関わるリソース確保を極力省略します。
is
Video
Disabled
Link copied to clipboard
val
isVideoDisabled
:
Boolean
=
false
映像再生を行いません。有効にすると映像再生に関わるリソース確保を極力省略します。
low
Latency
Link copied to clipboard
val
lowLatency
:
Boolean
=
false
低遅延を重視した再生を行います。