ACSRawOutgoingVideoStream Class

Declaration

@interface ACSRawOutgoingVideoStream : ACSOutgoingVideoStream;

Description

Contains information about common properties between different types of outgoing virtual video streams

Methods

sendRawVideoFrame

Send Raw Video Frame

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

Parameters

  • rawVideoFrame -
  • completionHandler - A block to be invoked asynchronously after the operation has finished.

Returns

  • void

Properties

format

Get VideoStreamFormat used to send VideoFrames

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

timestampInTicks

Timestamp with the time of the current outgoing stream

@property (readonly) int64_t timestampInTicks;