Castify SDK
2.0.2
Castify SDK
/
jp.castify.api
/
AudioSource
/
Mix
Mix
data
class
Mix
<
A
:
AudioSource
,
B
:
AudioSource
>
(
val
lhs
:
A
,
val
rhs
:
B
)
:
AudioSource
二つの
AudioSource
を合成します。
Constructors
Functions
Properties
Constructors
Mix
Link copied to clipboard
fun
<
A
:
AudioSource
,
B
:
AudioSource
>
Mix
(
lhs
:
A
,
rhs
:
B
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
lhs
Link copied to clipboard
val
lhs
:
A
rhs
Link copied to clipboard
val
rhs
:
B