100ms Logo

100ms.docs

TECHNOLOGY
HOME
Android API reference
LIB

/lib/live.hms.video.media.tracks/HMSTrackType

HMSTrackType

[androidJvm]\ enum HMSTrackType : Enum<HMSTrackType>

Specifies the type of a HMSTrack

Entries

VIDEO[androidJvm]
@SerializedName(value = video)
VIDEO()
HMSTrack of type Video
AUDIO[androidJvm]
@SerializedName(value = audio)
AUDIO()
HMSTrack of type Audio

Types

NameSummary
Companion[androidJvm]
object Companion

Properties

NameSummary
name[androidJvm]
val name: String
ordinal[androidJvm]
val ordinal: Int

On This Page

EntriesTypesProperties