Xeno-rat
|
IMFMediaBuffer http://msdn.microsoft.com/en-gb/library/windows/desktop/ms696261%28v=vs.85%29.aspx. More...
Public Member Functions | |
void | Lock (out IntPtr ppbBuffer, out int pcbMaxLength, out int pcbCurrentLength) |
Gives the caller access to the memory in the buffer. | |
void | Unlock () |
Unlocks a buffer that was previously locked. | |
void | GetCurrentLength (out int pcbCurrentLength) |
Retrieves the length of the valid data in the buffer. | |
void | SetCurrentLength (int cbCurrentLength) |
Sets the length of the valid data in the buffer. | |
void | GetMaxLength (out int pcbMaxLength) |
Retrieves the allocated size of the buffer. | |
void NAudio.MediaFoundation.IMFMediaBuffer.GetCurrentLength | ( | out int | pcbCurrentLength | ) |
Retrieves the length of the valid data in the buffer.
void NAudio.MediaFoundation.IMFMediaBuffer.GetMaxLength | ( | out int | pcbMaxLength | ) |
Retrieves the allocated size of the buffer.
void NAudio.MediaFoundation.IMFMediaBuffer.Lock | ( | out IntPtr | ppbBuffer, |
out int | pcbMaxLength, | ||
out int | pcbCurrentLength ) |
Gives the caller access to the memory in the buffer.
void NAudio.MediaFoundation.IMFMediaBuffer.SetCurrentLength | ( | int | cbCurrentLength | ) |
Sets the length of the valid data in the buffer.
void NAudio.MediaFoundation.IMFMediaBuffer.Unlock | ( | ) |
Unlocks a buffer that was previously locked.