28 #import <Foundation/Foundation.h> 34 @property(nonatomic, readonly) NSUInteger
width;
35 @property(nonatomic, readonly) NSUInteger
height;
40 @property(nonatomic, readonly)
const uint8_t*
yPlane;
41 @property(nonatomic, readonly)
const uint8_t*
uPlane;
42 @property(nonatomic, readonly)
const uint8_t*
vPlane;
43 @property(nonatomic, readonly) NSInteger
yPitch;
44 @property(nonatomic, readonly) NSInteger
uPitch;
45 @property(nonatomic, readonly) NSInteger
vPitch;
48 - (
AVDI420Frame*)copyRangex:(
int)x y:(
int)y w:(
int)w h:(
int)h;
50 #ifndef DOXYGEN_SHOULD_SKIP_THIS 53 unavailable("
init is not a supported initializer for this class.")));
NSUInteger chromaHeight
Definition: AVDI420Frame.h:37
NSUInteger width
Definition: AVDI420Frame.h:34
const uint8_t * uPlane
Definition: AVDI420Frame.h:41
long long timestamp
Definition: AVDI420Frame.h:33
NSUInteger height
Definition: AVDI420Frame.h:35
const uint8_t * yPlane
Definition: AVDI420Frame.h:40
const uint8_t * vPlane
Definition: AVDI420Frame.h:42
NSInteger uPitch
Definition: AVDI420Frame.h:44
NSUInteger chromaWidth
Definition: AVDI420Frame.h:36
NSUInteger chromaSize
Definition: AVDI420Frame.h:38
NSInteger vPitch
Definition: AVDI420Frame.h:45
Definition: AVDI420Frame.h:31
初始状态
Definition: AVDRoomInfo.h:37
(unavailable("init is not a supported initializer for this class." __attribute__()
NSInteger yPitch
Definition: AVDI420Frame.h:43