PLVVodMediaTeaserAndTailLocation
Objective-C
enum PLVVodMediaTeaserAndTailLocation : NSInteger {}
Swift
enum PLVVodMediaTeaserAndTailLocation : Int, @unchecked Sendable
片头、片尾位置
-
未知
Declaration
Objective-C
PLVVodMediaTeaserAndTailLocationUnknowSwift
case teaserAndTailLocationUnknow = 0 -
视频片头
Declaration
Objective-C
PLVVodMediaTeaserLocation = 1Swift
case teaserLocation = 1 -
视频片尾
Declaration
Objective-C
PLVVodMediaTailLocationSwift
case tailLocation = 2
View on GitHub
PLVVodMediaTeaserAndTailLocation Enumeration Reference