Share via


IAMNetShowExProps::get_Bandwidth

 
Microsoft DirectShow 9.0

IAMNetShowExProps::get_Bandwidth

The get_Bandwidth method retrieves the bandwidth.

Syntax

  HRESULT get_Bandwidth(
  long *pBandwidth
);

Parameters

pBandwidth

Pointer to a variable that receives the bandwidth.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header: Include Qnetwork.h.

Library: None.

See Also