FWBarrageTrackInfo
@interface FWBarrageTrackInfo : NSObject
@property (nonatomic, assign) int trackIndex;
@property (nonatomic, copy, nullable) NSString *trackIdentifier;
@property (nonatomic, assign) CFTimeInterval nextAvailableTime;//下次可用的时间
@property (nonatomic, assign) NSInteger barrageCount;//当前行的弹幕数量
@property (nonatomic, assign) CGFloat trackHeight;//轨道高度
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic) int trackIndex
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *trackIdentifier
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CFTimeInterval nextAvailableTime
-
Undocumented
Declaration
Objective-C
@property (nonatomic) NSInteger barrageCount
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat trackHeight