Kelas ACSStreamSize

Deklarasi

@interface ACSStreamSize : NSObject;

Description

Ukuran streaming video

Methods

initWithWidth

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

Parameter-parameternya

  • width - Lebar streaming video.
  • height - Ketinggian streaming video.

Karakteristik

width

Lebar

@property(readonly) int width;

height

Tinggi

@property(readonly) int height;