PLVVodMediaTeaserAndTailLocation
Objective-C
enum PLVVodMediaTeaserAndTailLocation : NSInteger {}
Swift
enum PLVVodMediaTeaserAndTailLocation : Int, @unchecked Sendable
片头、片尾位置
-
未知
Declaration
Objective-C
PLVVodMediaTeaserAndTailLocationUnknow
Swift
case teaserAndTailLocationUnknow = 0
-
视频片头
Declaration
Objective-C
PLVVodMediaTeaserLocation = 1
Swift
case teaserLocation = 1
-
视频片尾
Declaration
Objective-C
PLVVodMediaTailLocation
Swift
case tailLocation = 2