Hérite de NSObject
Déclaré dans OTVideoKit.h

Vue d'ensemble

Définit le format vidéo attribué à une instance d'un OTVideoFrame objet.

name

Le nom que vous attribuez au format vidéo

@property (nonatomic, copy) NSString *name

Déclaré à

OTVideoKit.h

pixelFormat

Le format de pixel. Les valeurs valides sont définies dans le OTPixelFormat enum.

@property (nonatomic, assign) OTPixelFormat pixelFormat

Déclaré à

OTVideoKit.h

bytesPerRow

Le nombre d'octets par ligne de la vidéo.

@property (nonatomic, strong) NSMutableArray *bytesPerRow

Déclaré à

OTVideoKit.h

imageWidth

La largeur de la vidéo, en pixels.

@property (nonatomic, assign) uint32_t imageWidth

Déclaré à

OTVideoKit.h

imageHeight

La hauteur de la vidéo, en pixels.

@property (nonatomic, assign) uint32_t imageHeight

Déclaré à

OTVideoKit.h

estimatedFramesPerSecond

Le nombre estimé d'images par seconde dans la vidéo.

@property (nonatomic, assign) double estimatedFramesPerSecond

Déclaré à

OTVideoKit.h

estimatedCaptureDelay

Le délai de capture estimé, en millisecondes, de la vidéo.

@property (nonatomic, assign) double estimatedCaptureDelay

Déclaré à

OTVideoKit.h