Class MillicastSource

  • All Implemented Interfaces:

    
    public final class MillicastSource
    extends TypedSource
                        

    A source representing a Dolby Millicast stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • MillicastSource

        MillicastSource(Credential credential, Option option)
        A source representing a Dolby Millicast stream.
        Parameters:
        credential - The credentials required to connect and subscribe to the stream.
        option - The optional configuration for adjusting stream settings.
      • MillicastSource

        MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)