Enumerations

The following enumerations are available globally.

  • Type of encryption for DRM content.

    See more

    Declaration

    Objective-C

    enum JWEncryption : NSInteger {}
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, JWPlaylistItemDecision) {
        JWPlaylistItemDecisionContinue = 0,
        JWPlaylistItemDecisionModify,
        JWPlaylistItemDecisionSkip
    }
  • Type of ad redering behavior for playback, either linear or non-linear.

    See more

    Declaration

    Objective-C

    enum JWAdType : NSInteger {}
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, JWAdCompanionType) {
        JWAdCompanionTypeStatic,
        JWAdCompanionTypeIFrame,
        JWAdCompanionTypeHtml
    }
  • Type of ad provider to be used.

    See more

    Declaration

    Objective-C

    enum JWAdClient : NSInteger {}
  • Type of ad behavior indicating if an ad is served when the first playback is caused by a seek.

    See more

    Declaration

    Objective-C

    enum JWAdShown : NSInteger {}
  • JWEdgeStyle defines the border style of the caption.

    See more

    Declaration

    Objective-C

    enum JWEdgeStyle : NSInteger {}
  • Type of dimension manipulation of the video.

    See more

    Declaration

    Objective-C

    enum JWStretching : NSInteger {}
  • Type of preloading behavior for the video.

    See more

    Declaration

    Objective-C

    enum JWPreload : NSInteger {}
  • Type of view position for watermark placement.

    See more

    Declaration

    Objective-C

    enum JWLogoPosition : NSInteger {}
  • Type of related video playback behavior of Recommendations UI upon completion of the current playlist item.

    See more

    Declaration

    Objective-C

    enum JWRelatedOnComplete : NSInteger {}
  • Describes the action that caused the dismissal of the Recommendations UI.

    See more

    Declaration

    Objective-C

    enum JWRelatedMethod : NSInteger {}
  • Type of display mode for the related content.

    See more

    Declaration

    Objective-C

    enum JWRelatedDisplayMode : NSInteger {}
  • Type of click-through behavior for the related video.

    See more

    Declaration

    Objective-C

    enum JWRelatedOnClick : NSInteger {}