Share via


IStreamBufferConfigure2::GetMultiplexedPacketSize method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetMultiplexedPacketSize method returns the size of the multiplexed packets in the backing files for the Stream Buffer Engine.

Syntax

HRESULT GetMultiplexedPacketSize(
  [out] DWORD *pcbBytesPerPacket
);

Parameters

[out] pcbBytesPerPacket

Receives the packet size, in bytes.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

   
Minimum supported client Windows�XP with SP2 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IStreamBufferConfigure2 Interface