Skip to content

Latest commit

 

History

History
108 lines (87 loc) · 2.93 KB

nf-mfreadwrite-imfsinkwriter-getstatistics.md

File metadata and controls

108 lines (87 loc) · 2.93 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:mfreadwrite.IMFSinkWriter.GetStatistics
IMFSinkWriter::GetStatistics (mfreadwrite.h)
Gets statistics about the performance of the sink writer.
GetStatistics
GetStatistics method [Media Foundation]
GetStatistics method [Media Foundation]
IMFSinkWriter interface
IMFSinkWriter interface [Media Foundation]
GetStatistics method
IMFSinkWriter.GetStatistics
IMFSinkWriter::GetStatistics
mf.imfsinkwriter_getstatistics
mfreadwrite/IMFSinkWriter::GetStatistics
mf\imfsinkwriter_getstatistics.htm
mf
84028b1d-3843-4289-a04c-3039311d095b
12/05/2018
GetStatistics, GetStatistics method [Media Foundation], GetStatistics method [Media Foundation],IMFSinkWriter interface, IMFSinkWriter interface [Media Foundation],GetStatistics method, IMFSinkWriter.GetStatistics, IMFSinkWriter::GetStatistics, mf.imfsinkwriter_getstatistics, mfreadwrite/IMFSinkWriter::GetStatistics
mfreadwrite.h
Windows
Windows 7, Windows Vista and Platform Update Supplement for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Windows
19H1
IMFSinkWriter::GetStatistics
mfreadwrite/IMFSinkWriter::GetStatistics
c++
APIRef
kbSyntax
COM
mfreadwrite.h
IMFSinkWriter.GetStatistics

IMFSinkWriter::GetStatistics

-description

Gets statistics about the performance of the sink writer.

-parameters

-param dwStreamIndex [in]

The zero-based index of a stream to query, or MF_SINK_WRITER_ALL_STREAMS to query the media sink itself.

-param pStats [out]

A pointer to an MF_SINK_WRITER_STATISTICS structure. Before calling the method, set the cb member to the size of the structure in bytes. The method fills the structure with statistics from the sink writer.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
MF_E_INVALIDSTREAMNUMBER
Invalid stream number.

-remarks

This interface is available on Windows Vista if Platform Update Supplement for Windows Vista is installed.

-see-also

IMFSinkWriter

Sink Writer