Compartir a través de


Clase ACSStreamSize

Declaración

@interface ACSStreamSize : NSObject;

Description

El tamaño de la transmisión de video

Methods

initWithWidth

-(instancetype)initWithWidth:(int) width
                      height:(int) height;

Parámetros

  • width - El ancho de la transmisión de video.
  • height - La altura de la transmisión de video.

Propiedades

Ancho

El ancho

@property(readonly) int width;

altura

La altura

@property(readonly) int height;