Enumerations

The following enumerations are available globally.

  • The content authorizer error codes.

    See more

    Declaration

    Swift

    public enum ContentAuthorizerErrorCodes : Int, Error, LocalizedError
  • The factory class for module FLContentAuthorizer. This class has methods to create types exposed by this module.

    See more

    Declaration

    Swift

    public enum FLContentAuthorizerFactory

Asset Definitions

  • DRM

    DRM Keys

    See more

    Declaration

    Swift

    public enum DRM : String, Codable
  • Content types

    See more

    Declaration

    Swift

    public enum ContentType : String, Codable
  • Content formats

    See more

    Declaration

    Swift

    public enum MediaFormat : String, Codable
  • Delivery types

    See more

    Declaration

    Swift

    public enum DeliveryType : String, Codable
  • Quality levels for streams and download

    See more

    Declaration

    Swift

    public enum Quality : String, Codable
  • Live playback modes

    See more

    Declaration

    Swift

    public enum LivePlaybackMode : String, Codable
  • Indicates if the ad type is CSAI or SSAI

    See more

    Declaration

    Swift

    public enum AdType : String, Codable