|
WebRTC Video Chat 1.1.4
|
New audio frames received. More...
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< AudioFrames > | Frames [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. | |
New audio frames received.
| Byn.Awrtc.AudioFramesUpdateEventArgs.AudioFramesUpdateEventArgs | ( | ConnectionId | conId, |
| List< AudioFrames > | frames ) |
Constructor.
| conId | |
| frames |