Partager via


ACSRawOutgoingVideoStream, classe

Déclaration

@interface ACSRawOutgoingVideoStream : ACSOutgoingVideoStream;

Description

Contient des informations sur les propriétés courantes entre différents types de flux vidéo virtuels sortants

Méthodes

sendRawVideoFrame

Envoyer une trame vidéo brute

-(void)sendRawVideoFrame:(ACSRawVideoFrame *)rawVideoFrame withCompletionHandler:(void (^)(NSError *error))completionHandler;

Paramètres

  • rawVideoFrame -
  • completionHandler - Bloc à appeler de manière asynchrone une fois l’opération terminée.

Retours

  • void

Propriétés

format

Obtenir VideoStreamFormat utilisé pour envoyer des images vidéo

@property (retain, nonnull, readonly) ACSVideoStreamFormat * format;

timestampInTicks

Horodatage avec l’heure du flux sortant actuel

@property (readonly) int64_t timestampInTicks;