Package live.hms.video.media.settings
Class HMSTrackSettings
-
- All Implemented Interfaces:
-
live.hms.video.events.IAnalyticsPropertiesProvider
public final class HMSTrackSettings implements IAnalyticsPropertiesProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumHMSTrackSettings.InitStatepublic final classHMSTrackSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description private final HMSVideoTrackSettingsvideoSettingsprivate final HMSAudioTrackSettingsaudioSettingsprivate final Booleansimulcast
-
Method Summary
Modifier and Type Method Description final HMSVideoTrackSettingsgetVideoSettings()final HMSAudioTrackSettingsgetAudioSettings()final BooleangetSimulcast()HashMap<String, Object>toAnalyticsProperties()-
-
Method Detail
-
getVideoSettings
final HMSVideoTrackSettings getVideoSettings()
-
getAudioSettings
final HMSAudioTrackSettings getAudioSettings()
-
getSimulcast
final Boolean getSimulcast()
-
toAnalyticsProperties
HashMap<String, Object> toAnalyticsProperties()
-
-
-
-