apiRTC
apiRTC
/
com.apizee.apiRTC
/
Session
/
PushDataBufferDescriptor
Push
Data
Buffer
Descriptor
data
class
PushDataBufferDescriptor
(
var
buffer
:
ByteArray
,
val
filename
:
String
,
val
filetype
:
String
,
val
overwrite
:
Boolean
,
val
ttl
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Push
Data
Buffer
Descriptor
Link copied to clipboard
fun
PushDataBufferDescriptor
(
buffer
:
ByteArray
,
filename
:
String
,
filetype
:
String
,
overwrite
:
Boolean
,
ttl
:
Int
)
Content copied to clipboard
Properties
buffer
Link copied to clipboard
var
buffer
:
ByteArray
Content copied to clipboard
filename
Link copied to clipboard
val
filename
:
String
Content copied to clipboard
filetype
Link copied to clipboard
val
filetype
:
String
Content copied to clipboard
overwrite
Link copied to clipboard
val
overwrite
:
Boolean
Content copied to clipboard
ttl
Link copied to clipboard
val
ttl
:
Int
Content copied to clipboard