Skip to content

Latest commit

 

History

History
165 lines (144 loc) · 4.18 KB

nf-mfidl-imfmediasession-getsessioncapabilities.md

File metadata and controls

165 lines (144 loc) · 4.18 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFMediaSession.GetSessionCapabilities
IMFMediaSession::GetSessionCapabilities (mfidl.h)
Retrieves the capabilities of the Media Session, based on the current presentation.
3534cfb9-23ff-42a6-a3db-b5032d427cf2
GetSessionCapabilities
GetSessionCapabilities method [Media Foundation]
GetSessionCapabilities method [Media Foundation]
IMFMediaSession interface
IMFMediaSession interface [Media Foundation]
GetSessionCapabilities method
IMFMediaSession.GetSessionCapabilities
IMFMediaSession::GetSessionCapabilities
MFSESSIONCAP_PAUSE
MFSESSIONCAP_RATE_FORWARD
MFSESSIONCAP_RATE_REVERSE
MFSESSIONCAP_SEEK
MFSESSIONCAP_START
mf.imfmediasession_getsessioncapabilities
mfidl/IMFMediaSession::GetSessionCapabilities
mf\imfmediasession_getsessioncapabilities.htm
mf
3534cfb9-23ff-42a6-a3db-b5032d427cf2
12/05/2018
3534cfb9-23ff-42a6-a3db-b5032d427cf2, GetSessionCapabilities, GetSessionCapabilities method [Media Foundation], GetSessionCapabilities method [Media Foundation],IMFMediaSession interface, IMFMediaSession interface [Media Foundation],GetSessionCapabilities method, IMFMediaSession.GetSessionCapabilities, IMFMediaSession::GetSessionCapabilities, MFSESSIONCAP_PAUSE, MFSESSIONCAP_RATE_FORWARD, MFSESSIONCAP_RATE_REVERSE, MFSESSIONCAP_SEEK, MFSESSIONCAP_START, mf.imfmediasession_getsessioncapabilities, mfidl/IMFMediaSession::GetSessionCapabilities
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfuuid.lib
Windows
19H1
IMFMediaSession::GetSessionCapabilities
mfidl/IMFMediaSession::GetSessionCapabilities
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFMediaSession.GetSessionCapabilities

IMFMediaSession::GetSessionCapabilities

-description

Retrieves the capabilities of the Media Session, based on the current presentation.

-parameters

-param pdwCaps [out]

Receives a bitwise OR of zero or more of the following flags.

Value Meaning
MFSESSIONCAP_PAUSE
The Media Session can be paused.
MFSESSIONCAP_RATE_FORWARD
The Media Session supports forward playback at rates faster than 1.0.
MFSESSIONCAP_RATE_REVERSE
The Media Session supports reverse playback.
MFSESSIONCAP_SEEK
The Media Session can be seeked.
MFSESSIONCAP_START
The Media Session can be started.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
E_POINTER
NULL pointer argument.
MF_E_SHUTDOWN
The Media Session has been shut down.

-see-also

IMFMediaSession