ltmmMediaSample.Buffer Property
object.Buffer As ltmmMediaSample |
Remarks
(Read-only). Gets the reference for direct access to the sample buffer.
The returned array allows direct read/write access to the sample buffer for in-process clients only (which is the typical case). Out-of-process clients should treat the returned array as read-only and should call the ltmmMediaSample.SetData method to write to the buffer.
See Also