stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
DataChannel
/
Buffer
Buffer
open
class
Buffer
Java version of C++ DataBuffer. The atom of data in a DataChannel.
Members
Constructors
Buffer
Link copied to clipboard
constructor
(
data
:
ByteBuffer
,
binary
:
Boolean
)
Properties
binary
Link copied to clipboard
val
binary
:
Boolean
Indicates whether `data` contains UTF-8 text or "binary data" (i.e.
data
Link copied to clipboard
val
data
:
ByteBuffer
The underlying data.