Partilhar via


Classe ACSStreamSize

Declaração

@interface ACSStreamSize : NSObject;

Description

O tamanho do fluxo de vídeo

Methods

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

Largura

A largura

@property(readonly) int width;

altura

A altura

@property(readonly) int height;