Skip to content

Latest commit

 

History

History
101 lines (81 loc) · 3.16 KB

nf-mfobjects-imfsample-getsampleflags.md

File metadata and controls

101 lines (81 loc) · 3.16 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:mfobjects.IMFSample.GetSampleFlags
IMFSample::GetSampleFlags (mfobjects.h)
Retrieves flags associated with the sample.Currently no flags are defined.
98e3ed97-cefc-40c2-acda-8b3da74d0d03
GetSampleFlags
GetSampleFlags method [Media Foundation]
GetSampleFlags method [Media Foundation]
IMFSample interface
IMFSample interface [Media Foundation]
GetSampleFlags method
IMFSample.GetSampleFlags
IMFSample::GetSampleFlags
mf.imfsample_getsampleflags
mfobjects/IMFSample::GetSampleFlags
mf\imfsample_getsampleflags.htm
mf
98e3ed97-cefc-40c2-acda-8b3da74d0d03
12/05/2018
98e3ed97-cefc-40c2-acda-8b3da74d0d03, GetSampleFlags, GetSampleFlags method [Media Foundation], GetSampleFlags method [Media Foundation],IMFSample interface, IMFSample interface [Media Foundation],GetSampleFlags method, IMFSample.GetSampleFlags, IMFSample::GetSampleFlags, mf.imfsample_getsampleflags, mfobjects/IMFSample::GetSampleFlags
mfobjects.h
Mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFSample::GetSampleFlags
mfobjects/IMFSample::GetSampleFlags
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFSample.GetSampleFlags

IMFSample::GetSampleFlags

-description

Retrieves flags associated with the sample.

Currently no flags are defined. Instead, metadata for samples is defined using attributes. To get attributes from a sample, use the IMFAttributes interface, which IMFSample inherits. For a list of sample attributes, see Sample Attributes.

-parameters

-param pdwSampleFlags [out]

Receives the value zero.

-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.

-remarks

This interface is available on the following platforms if the Windows Media Format 11 SDK redistributable components are installed:

  • Windows XP with Service Pack 2 (SP2) and later.
  • Windows XP Media Center Edition 2005 with KB900325 (Windows XP Media Center Edition 2005) and KB925766 (October 2006 Update Rollup for Windows XP Media Center Edition) installed.

-see-also

IMFSample

Media Samples