Delegate DataChannel.BufferingChangedDelegate
Delegate for the BufferingChanged event.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void BufferingChangedDelegate(ulong previous, ulong current, ulong limit);
Parameters
Type | Name | Description |
---|---|---|
UInt64 | previous | Previous buffering size, in bytes. |
UInt64 | current | New buffering size, in bytes. |
UInt64 | limit | Maximum buffering size, in bytes. |