Package live.hms.video.sdk.models
Class HmsHlsRecordingState
-
- All Implemented Interfaces:
public final class HmsHlsRecordingState
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanrunningprivate final LongstartedAtprivate final HMSHlsRecordingConfighlsRecordingConfigprivate final HMSExceptionerrorprivate final HMSRecordingStatestate
-
Constructor Summary
Constructors Constructor Description HmsHlsRecordingState(Boolean running, Long startedAt, HMSHlsRecordingConfig hlsRecordingConfig, HMSException error, HMSRecordingState state)
-
Method Summary
Modifier and Type Method Description final BooleangetRunning()final LonggetStartedAt()final HMSHlsRecordingConfiggetHlsRecordingConfig()final HMSExceptiongetError()final HMSRecordingStategetState()-
-
Constructor Detail
-
HmsHlsRecordingState
HmsHlsRecordingState(Boolean running, Long startedAt, HMSHlsRecordingConfig hlsRecordingConfig, HMSException error, HMSRecordingState state)
-
-
Method Detail
-
getRunning
final Boolean getRunning()
-
getStartedAt
final Long getStartedAt()
-
getHlsRecordingConfig
final HMSHlsRecordingConfig getHlsRecordingConfig()
-
getError
final HMSException getError()
-
getState
final HMSRecordingState getState()
-
-
-
-