Classe ACSStreamSize
Déclaration
@interface ACSStreamSize : NSObject;
Description
Taille du flux vidéo
Méthodes
initWithWidth
-(instancetype)initWithWidth:(int) width
height:(int) height;
Paramètres
width
- Largeur du flux vidéo.height
- Hauteur du flux vidéo.
Propriétés
width
Largeur
@property(readonly) int width;
height
Hauteur
@property(readonly) int height;