Package-level declarations
Types
Link copied to clipboard
A representation of our api errors from our backend.
Link copied to clipboard
Asset presentation of a given product.
Link copied to clipboard
Audio quality of a given track.
Link copied to clipboard
interface BaseMediaProduct
Link copied to clipboard
Link copied to clipboard
data class MediaProduct(val productType: ProductType, val productId: String, val sourceType: String? = null, val sourceId: String? = null, val referenceId: String? = null) : BaseMediaProduct
A media product. The productType and the productId together determine what media product this is. Source information is only used as extra information used for tracking purposes and may be omitted.
Link copied to clipboard
Source of the asset for a given product.
Link copied to clipboard
interface ProductQuality
Union type for qualities for different types of products.
Link copied to clipboard
A product type that determines if this product is a track, a video or a broadcast.
Link copied to clipboard
Stream type of a given video.
Link copied to clipboard
Video quality of a given video.