IDVBTLocator::get_Mode

 
Microsoft DirectShow 9.0

IDVBTLocator::get_Mode

The get_Mode method receives the transmission mode.

Syntax

  HRESULT get_Mode(
  TransmissionMode*  pmode
);

Parameters

pmode

[out]  Pointer to a variable that receives a member of the TransmissionMode enumeration.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also