ACSVirtualOutgoingVideoStreamDelegate 协议

声明

@protocol ACSVirtualOutgoingVideoStreamDelegate;

Description

ACSVirtualOutgoingVideoStream 为响应重要事件而调用的一组方法。

Methods

onState已更改

注册通知应用程序 OutgoingVideoStreamState 已更改的事件。

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

参数

  • sender -
  • args -

onFormat已更改

注册通知应用程序 OutgoingVideoStreamState 已更改的事件。

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

参数

  • sender - 发送通知的对象。
  • args - VideoStreamFormatChangedEventArgs,其中包含流更改的详细信息。