Class DataMediaBuffer
Reserved for the internal use.
Implements
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public abstract class DataMediaBuffer : IDisposable
Constructors
DataMediaBuffer()
Declaration
protected DataMediaBuffer()
Properties
Data
Reserved for the internal use.
Declaration
public byte[] Data { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Byte[] |
MediaSourceId
Reserved for the internal use.
Declaration
public uint MediaSourceId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
Methods
Dispose()
Reserved for the internal use.
Declaration
public void Dispose()
Dispose(Boolean)
Reserved for the internal use.
Declaration
protected abstract void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | disposing |