Classe ACSStreamSize
Declaração
@interface ACSStreamSize : NSObject;
Descrição
O tamanho do fluxo de vídeo
Métodos
initWithWidth
-(instancetype)initWithWidth:(int) width
height:(int) height;
Parâmetros
width
- A largura do fluxo de vídeo.height
- A altura do fluxo de vídeo.
Propriedades
width
A largura
@property(readonly) int width;
altura
A altura
@property(readonly) int height;