ACSScreenShareOutgoingVideoStreamDelegate Protocol
Declaration
@protocol ACSScreenShareOutgoingVideoStreamDelegate;
Description
A set of methods that are called by ACSScreenShareOutgoingVideoStream in response to important events.
Methods
onStateChanged
Registers the event notifying the application that the OutgoingVideoStreamState has changed.
-(void)onStateChanged:(ACSScreenShareOutgoingVideoStream *)sender :(ACSVideoStreamStateChangedEventArgs *)args {
Parameters
sender
-args
-
onFormatChanged
Registers the event notifying the application that the OutgoingVideoStreamState has changed.
-(void)onFormatChanged:(ACSScreenShareOutgoingVideoStream *)sender :(ACSVideoStreamFormatChangedEventArgs *)args {
Parameters
sender
- Object that sent the notification.args
- VideoStreamFormatChangedEventArgs with details of the flow change.