Class MillicastSource
-
- All Implemented Interfaces:
public final class MillicastSource extends TypedSource
A source representing a Dolby Millicast stream.
-
-
Field Summary
Fields Modifier and Type Field Description private final Credential
credential
private final Option
option
private final String
streamAccountId
private final String
apiUrl
private final String
subscriberToken
private final Option
connectOptions
-
Constructor Summary
Constructors Constructor Description MillicastSource(Credential credential, Option option)
A source representing a Dolby Millicast stream. MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
-
Method Summary
Modifier and Type Method Description final Credential
getCredential()
The credentials required to connect and subscribe to the stream. final Option
getOption()
final String
getStreamAccountId()
The account identifier. final String
getApiUrl()
The URL of the API endpoint that the SDK communicates with for authentication. final String
getSubscriberToken()
The subscribing token. final Option
getConnectOptions()
The optional configuration for adjusting stream settings. -
Methods inherited from class com.theoplayer.android.api.source.TypedSource
equals, getDash, getDrm, getHeaders, getHls, getLatencyConfiguration, getLiveOffset, getSrc, getSsai, getTimeServer, getType, hashCode, isHlsDateRange, isLowLatency
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCredential
final Credential getCredential()
The credentials required to connect and subscribe to the stream.
-
getOption
final Option getOption()
-
getStreamAccountId
final String getStreamAccountId()
The account identifier.
-
getApiUrl
final String getApiUrl()
The URL of the API endpoint that the SDK communicates with for authentication.
-
getSubscriberToken
final String getSubscriberToken()
The subscribing token.
-
getConnectOptions
final Option getConnectOptions()
The optional configuration for adjusting stream settings.
-
-
-
-