ltmmMediaSample.BufferSize Property
object.BufferSize As Long |
Remarks
(Read only) Gets the size of the sample buffer, in bytes. It is set by upstream filters. The ltmmMediaSample.BufferSize property is the maximum size of the buffer, whereas the ltmmMediaSample.ActualDataLength property contains the size occupied by the valid data. Use the ltmmMediaSample.ActualDataLength property to set the size of the valid data in the buffer, which must not exceed the value reported by the ltmmMediaSample.BufferSize property.
Assignment could raise an error exception. For more information, refer to the Error Codes.
See Also