Compartir a través de


ACSRawVideoFrameReceivedEventArgs (Clase)

Declaración

@interface ACSRawVideoFrameReceivedEventArgs : NSObject;

Description

Contiene información sobre el fotograma de vídeo más reciente

Methods

Propiedades

frame

Información sobre el nuevo fotograma de vídeo

@property (retain, nonnull, readonly) ACSRawVideoFrame * frame;

videoStreamId

VideoStreamId que posee este fotograma de vídeo

@property (readonly) int videoStreamId;