SRGAssetLoader
An AssetLoader responsible for loading SRG assets.
To create an instance of this class, use the SRGAssetLoader builder function:
Basic usage
val srgAssetLoader = SRGAssetLoader(context)
Content copied to clipboard
Custom configuration
val srgAssetLoader = SRGAssetLoader(context) {
mediaCompositionService(CustomMediaCompositionService())
}
Content copied to clipboard