Class VideoSendBuffer
Creates a Video Buffer for Send and also implements Dispose
Namespace: Microsoft.Graph.Communications.Calls.Media
Assembly: Microsoft.Graph.Communications.Calls.Media.dll
Syntax
public class VideoSendBuffer : VideoMediaBuffer
Constructors
VideoSendBuffer(Byte[], UInt32, VideoFormat, Int64)
Initializes a new instance of the VideoSendBuffer class.
Declaration
public VideoSendBuffer(byte[] buffer, uint length, VideoFormat format, long timeStamp = 0L)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | The buffer. |
UInt32 | length | The length. |
VideoFormat | format | The format. |
Int64 | timeStamp | The time stamp. |
VideoSendBuffer(IntPtr, Int64, VideoFormat, Int64)
Initializes a new instance of the VideoSendBuffer class.
Declaration
public VideoSendBuffer(IntPtr data, long length, VideoFormat videoFormat, long timeStamp = 0L)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | data | The data. |
Int64 | length | The length. |
VideoFormat | videoFormat | The video format. |
Int64 | timeStamp | The time stamp. |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing |