sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.api
/
VideoTrackInfo
/
Builder
Builder
open
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
trackId
:
Long
,
trackType
:
Int
)
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
VideoTrackInfo
set
Content
Id
Link copied to clipboard
open
fun
setContentId
(
contentId
:
String
)
:
VideoTrackInfo.Builder
set
Content
Type
Link copied to clipboard
open
fun
setContentType
(
contentType
:
String
)
:
VideoTrackInfo.Builder
set
Custom
Data
Link copied to clipboard
open
fun
setCustomData
(
customData
:
JSONObject
)
:
VideoTrackInfo.Builder
set
Language
Link copied to clipboard
open
fun
setLanguage
(
language
:
String
)
:
VideoTrackInfo.Builder
open
fun
setLanguage
(
locale
:
Locale
)
:
VideoTrackInfo.Builder
set
Name
Link copied to clipboard
open
fun
setName
(
trackName
:
String
)
:
VideoTrackInfo.Builder
set
Subtype
Link copied to clipboard
open
fun
setSubtype
(
subtype
:
Int
)
:
VideoTrackInfo.Builder