PLVVodMediaVideoDoubleSubtitleItem
Objective-C
@interface PLVVodMediaVideoDoubleSubtitleItem : NSObject
@property (nonatomic, copy, readonly) NSString *position; // 双字幕位置。topSubtitles-上方字幕;bottomSubtitles-下方字幕
@property (nonatomic, copy, readonly) NSString *title; // 字幕名称
@property (nonatomic, copy, readonly) NSString *url; // 字幕地址
@end
Swift
class PLVVodMediaVideoDoubleSubtitleItem : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *positionSwift
var position: String! { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *titleSwift
var title: String! { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *urlSwift
var url: String! { get }
View on GitHub
PLVVodMediaVideoDoubleSubtitleItem Class Reference