@class NSString; @interface BWVideoDataOutputAnalyticsPayload : NSObject @property (nonatomic) int deviceMask; @property (nonatomic) int devicePosition; @property (nonatomic) BOOL videoMirrored; @property (copy, nonatomic) NSString *clientApplicationID; @property (nonatomic) double duration; @property (nonatomic) float nominalFramerate; @property (nonatomic) int height; @property (nonatomic) int width; @property (nonatomic) BOOL hdrVideo; @property (nonatomic) BOOL proresVideo; @property (nonatomic) unsigned long long numberOfFramesDropped; @property (nonatomic) unsigned long long numberOfISPFramesDropped; @property (nonatomic) unsigned long long numberOfFrames; @property (nonatomic) int colorSpace; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)eventName; - (id)init; - (id)eventDictionary; - (void)reset; - (void)dealloc; @end