AVideoEncoderBaseGetMediaBuffer Method |
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MediaBuffer<byte> GetMediaBuffer(
int size,
bool exactSize
)
Public Function GetMediaBuffer (
size As Integer,
exactSize As Boolean
) As MediaBuffer(Of Byte)
public:
MediaBuffer<unsigned char>^ GetMediaBuffer(
int size,
bool exactSize
)
member GetMediaBuffer :
size : int *
exactSize : bool -> MediaBuffer<byte>
Parameters
- size
- Type: SystemInt32
- exactSize
- Type: SystemBoolean
Return Value
Type:
MediaBufferByte
See Also