次の方法で共有


ICcTransportStream::Buffering (Compact 2013)

3/26/2014

Deprecated.

This method enables or disables buffering.

Syntax

HRESULT Buffering(
  [in] VARIANT_BOOL bBuffering
);
HRESULT Buffering(
  [out, retval] VARIANT_BOOL* pbBuffering
);

Parameters

  • bBuffering, pbBuffering
    Set to VARIANT_TRUE if buffering is enabled, VARIANT_FALSE otherwise.

Return Value

S_OK indicates success.

Remarks

If bBuffering is TRUE, this method turns on buffer functionality when the transport supports it.

If FALSE, the method turns off buffer functionality, so data is sent immediately without waiting for additional data.

Requirements

Header

cctransport.idl

See Also

Reference

ICcTransportStream
Core Connectivity Interfaces