BMPMediaSourceType

Objective-C

enum BMPMediaSourceType {}

Swift

enum BMPMediaSourceType : Int

Types of media which can be handled by the Bitmovin Player.

  • indicates a missing media source type.

    Declaration

    Objective-C

    BMPMediaSourceTypeNone = 0

    Swift

    case none = 0
  • Indicates media of type HLS.

    Declaration

    Objective-C

    BMPMediaSourceTypeHLS

    Swift

    case HLS = 1
  • Indicates media of type DASH.

    Declaration

    Objective-C

    BMPMediaSourceTypeDASH

    Swift

    case DASH = 2
  • Indicates media of type Progressive MP4.

    Declaration

    Objective-C

    BMPMediaSourceTypeProgressive

    Swift

    case progressive = 3