Package live.hms.video.sdk.models
Class HMSHLSConfig
-
- All Implemented Interfaces:
public final class HMSHLSConfigConfiguration for HLS streaming. Information about which meeting url to stream and whether to start or stop.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<HMSHLSMeetingURLVariant>meetingURLVariantsprivate final HMSHlsRecordingConfighmsHlsRecordingConfig
-
Constructor Summary
Constructors Constructor Description HMSHLSConfig(List<HMSHLSMeetingURLVariant> meetingURLVariants, HMSHlsRecordingConfig hmsHlsRecordingConfig)
-
Method Summary
Modifier and Type Method Description final List<HMSHLSMeetingURLVariant>getMeetingURLVariants()final HMSHlsRecordingConfiggetHmsHlsRecordingConfig()-
-
Constructor Detail
-
HMSHLSConfig
HMSHLSConfig(List<HMSHLSMeetingURLVariant> meetingURLVariants, HMSHlsRecordingConfig hmsHlsRecordingConfig)
- Parameters:
meetingURLVariants- List of HMSHLSMeetingURLVariant determining the types of stream to start.hmsHlsRecordingConfig- optional configuration for recording the hls stream.
-
-
Method Detail
-
getMeetingURLVariants
final List<HMSHLSMeetingURLVariant> getMeetingURLVariants()
-
getHmsHlsRecordingConfig
final HMSHlsRecordingConfig getHmsHlsRecordingConfig()
-
-
-
-