Other Protocols

The following protocols are available globally.

  • Represents the list of universal ad ID information of the selected creative for the ad.

    See more

    Declaration

    Swift

    public protocol UniversalAdId
  • Represents information regarding content with dynamically inserted advertisements.

    See more

    Declaration

    Swift

    public protocol GoogleDAI
  • Manifest interceptor introduces the possibility to intercept/observe the manifest requests made by the player. (master and rendition (child) manifest)

    It is a AVAssetResourceLoaderDelegate subclass and hooked into the AVURLAsset.resourceLoader of the player item.

    Remark

    Only works on online resources.

    Since

    v5.0.0

    See more

    Declaration

    Swift

    public protocol ManifestInterceptor : AVAssetResourceLoaderDelegate
  • Developer Settings API

    This API provides access to developer settings, debugging tools and experimental features.

    Remark

    The experimental APIs can make their way into THEOplayer production APIs some day, but not guaranteed. Experimental APIs can be broken between minor or even between patch releases too. Relying on them in production systems can be dangerous.

    Since

    v5.0.0

    See more

    Declaration

    Swift

    public protocol DeveloperSettings
  • Chromecast, also known as Google Cast, is a casting device designed by Google.

    See more

    Declaration

    Swift

    public protocol InternalCastIntegration : InternalContentPlayerIntegration