Share via


IAMNetShowExProps::GetCodecURL (Compact 2013)

3/26/2014

This method returns the URL where the codec can be downloaded.

Syntax

HRESULT GetCodecURL(
  long  CodecNum,
  BSTR  *pbstrCodecURL
);

Parameters

  • CodecNum
    [in] Specifies the zero-based index of the codec to query.
  • pbstrCodecURL
    [out] Points to a BSTR which on return will contain the URL.

Return Values

Returns S_OK on success. Returns an HRESULT error on failure.

Remarks

The caller must release the returned BSTR by calling SysFreeString.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMNetShowExProps