Adaptive Media Player

AmpCore Docs

AmpCore Reference FairplayProvider Enumeration Reference

  • Classes
    • AdBreakInfo
    • AdInfo
    • AdVendor
    • AmpLogger
    • AmpPlayer
    • – MediaCharacteristic
    • AmpPlayerView
    • AmpSharePlay
    • AudioStreamHandler
    • BaseFullscreenHandler
    • BaseFullscreenManager
    • Caption
    • CuepointManager
    • FairplayConfiguration
    • Media
    • OTTDevice
    • Observable
    • ParentViewFullscreen
    • PosterImage
    • QualityLevel
    • StreamAssetHandler
    • StreamDownloader
    • StreamInfo
  • Enumerations
    • AmpLogLevel
    • BufferingState
    • FairplayProvider
    • PlaybackState
    • PlayerError
    • PosterImageType
    • StreamType
  • Protocols
    • AmpLoggerInspector
    • ExternalPlaybackDelegate
    • FullscreenHandler
    • FullscreenManager
    • PlayerEventObserver
    • SharePlayEventObserver
    • StreamHandler
  • Structures
    • FullscreenMode

FairplayProvider

@objc
public enum FairplayProvider : Int, CustomStringConvertible

Enum representation of the provider of the Fairplay stream

  • custom

    Any provider not enumerated

    Declaration

    Swift

    case custom = 0
  • description

    String representation of the enum value

    Declaration

    Swift

    public var description: String { get }