Sdílet prostřednictvím


Třída ACSStreamSize

Deklarace

@interface ACSStreamSize : NSObject;

Description

Velikost streamu videa

Metody

initWithWidth

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

Parametry

  • width - Šířka video streamu.
  • height - Výška video streamu.

Vlastnosti

šířka

Šířka

@property(readonly) int width;

výška

Výška

@property(readonly) int height;