Windows Media Format SDK banner art
PreviousNext

IWMStreamConfig::GetBitrate

The GetBitrate method retrieves the bit rate for the stream.

Syntax

HRESULT GetBitrate(
  DWORD*  pdwBitrate
);

Parameters

  pdwBitrate

[out]  Pointer to a double word containing the bit rate.

Return Values

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

Return code Description
E_POINTER The pdwbitrate parameter is NULL

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.