AcsStreamsize Kelas
Deklarasi
@interface ACSStreamSize : NSObject;
Deskripsi
Ukuran streaming video
Metode
initWithWidth
-(instancetype)initWithWidth:(int) width
height:(int) height;
Parameter
width
- Lebar streaming video.height
- Tinggi aliran video.
Properti
lebar
Lebar
@property(readonly) int width;
tinggi
Tingginya
@property(readonly) int height;