toggle menu
SkyWay Android SDK
androidJvm
switch theme
search in API
SkyWay Android SDK
/
com.ntt.skyway.core.content
/
Stream
Stream
abstract
class
Stream
(
val
id
:
String
,
nativePointer
:
Long
)
Inheritors
LocalStream
RemoteStream
Members
Constructors
Stream
Link copied to clipboard
constructor
(
id
:
String
,
nativePointer
:
Long
)
Types
Content
Type
Link copied to clipboard
enum
ContentType
:
Enum
<
Stream.ContentType
>
Side
Link copied to clipboard
enum
Side
:
Enum
<
Stream.Side
>
Properties
content
Type
Link copied to clipboard
abstract
val
contentType
:
Stream.ContentType
id
Link copied to clipboard
val
id
:
String
side
Link copied to clipboard
abstract
val
side
:
Stream.Side
Functions
dispose
Link copied to clipboard
abstract
fun
dispose
(
)