ACSVirtualOutgoingVideoStreamDelegate Protocol

Declaration

@protocol ACSVirtualOutgoingVideoStreamDelegate;

Description

A set of methods that are called by ACSVirtualOutgoingVideoStream in response to important events.

Methods

onStateChanged

Registers the event notifying the application that the OutgoingVideoStreamState has changed.

-(void)onStateChanged:(ACSVirtualOutgoingVideoStream *)sender :(ACSVideoStreamStateChangedEventArgs *)args {

Parameters

  • sender -
  • args -

onFormatChanged

Registers the event notifying the application that the OutgoingVideoStreamState has changed.

-(void)onFormatChanged:(ACSVirtualOutgoingVideoStream *)sender :(ACSVideoStreamFormatChangedEventArgs *)args {

Parameters

  • sender - Object that sent the notification.
  • args - VideoStreamFormatChangedEventArgs with details of the flow change.