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