WebRTC Video Chat 1.1.4
Loading...
Searching...
No Matches
Byn.Awrtc.AudioFramesUpdateEventArgs Class Reference

New audio frames received. More...

Inheritance diagram for Byn.Awrtc.AudioFramesUpdateEventArgs:
Byn.Awrtc.CallEventArgs

Public Member Functions

 AudioFramesUpdateEventArgs (ConnectionId conId, List< AudioFrames > frames)
 Constructor.
 
- Public Member Functions inherited from Byn.Awrtc.CallEventArgs
 CallEventArgs (CallEventType type)
 Creates a new call event.
 

Properties

List< AudioFramesFrames [get]
 Raw image data. Note that the byte array contained in RawFrame will be reused for the next frames received. Only valid until the next call of ICall.Update.
 
ConnectionId ConnectionId [get]
 Not yet fully support. This will allow to distinguish multiple remote senders.
 
int TrackId [get]
 Currently always 0! This will allow to distinguish between multiple video tracks sent by the same source in the future.
 
bool IsRemote [get]
 False if the frame is from a local camera. True if it is received from a via network.
 
- Properties inherited from Byn.Awrtc.CallEventArgs
CallEventType Type [get]
 Returns the CallEventType.
 

Detailed Description

New audio frames received.

Constructor & Destructor Documentation

◆ AudioFramesUpdateEventArgs()

Byn.Awrtc.AudioFramesUpdateEventArgs.AudioFramesUpdateEventArgs ( ConnectionId conId,
List< AudioFrames > frames )

Constructor.

Parameters
conId
frames

The documentation for this class was generated from the following file: