IStreamBufferConfigure2::GetMultiplexedPacketSize
Microsoft DirectShow 9.0 |
IStreamBufferConfigure2::GetMultiplexedPacketSize
This topic applies to Windows XP Service Pack 2 only.
The GetMultiplexedPacketSize method returns the size of the multiplexed packets in the backing files for the Stream Buffer Engine.
Syntax
HRESULT GetMultiplexedPacketSize( DWORD * pcbBytesPerPacket );
Parameters
pcbBytesPerPacket
[out] Receives the packet size, in bytes.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
S_OK | The method succeeded. |
Requirements
Header: Include Sbe.h.
See Also