Package-level declarations

Types

Link copied to clipboard
class HttpMediaCompositionService(okHttpClient: OkHttpClient = PillarboxOkHttp()) : MediaCompositionService

A service for fetching a MediaComposition over HTTP.

Link copied to clipboard
enum IlHost : Enum<IlHost>

Represents the different host URLs for the integration layer service.

Link copied to clipboard

Represents the location from which requests to the integration layer are made.

Link copied to clipboard
data class IlUrl(val host: IlHost, val urn: String, val vector: Vector, val forceSAM: Boolean = false, val ilLocation: IlLocation? = null)
Link copied to clipboard

Represents a service responsible for fetching MediaCompositions.

Link copied to clipboard
enum Vector : Enum<Vector>

Represents a vector used to distinguish between different device types.