Package live.hms.video.sdk.models
Class HMSHLSStreamingState
-
- All Implemented Interfaces:
public final class HMSHLSStreamingState
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanrunningprivate final ArrayList<HMSHLSVariant>variantsprivate final HMSExceptionerrorprivate final HMSStreamingStatestate
-
Constructor Summary
Constructors Constructor Description HMSHLSStreamingState(Boolean running, ArrayList<HMSHLSVariant> variants, HMSException error, HMSStreamingState state)
-
Method Summary
Modifier and Type Method Description final BooleangetRunning()final ArrayList<HMSHLSVariant>getVariants()final HMSExceptiongetError()final HMSStreamingStategetState()-
-
Constructor Detail
-
HMSHLSStreamingState
HMSHLSStreamingState(Boolean running, ArrayList<HMSHLSVariant> variants, HMSException error, HMSStreamingState state)
-
-
Method Detail
-
getRunning
final Boolean getRunning()
-
getVariants
final ArrayList<HMSHLSVariant> getVariants()
-
getError
final HMSException getError()
-
getState
final HMSStreamingState getState()
-
-
-
-