Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.66 KB

nf-mfcaptureengine-imfcapturephotosink-setoutputfilename.md

File metadata and controls

71 lines (58 loc) · 2.66 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:mfcaptureengine.IMFCapturePhotoSink.SetOutputFileName
IMFCapturePhotoSink::SetOutputFileName (mfcaptureengine.h)
Specifies the name of the output file for the still image.
IMFCapturePhotoSink interface [Media Foundation]
SetOutputFileName method
IMFCapturePhotoSink.SetOutputFileName
IMFCapturePhotoSink::SetOutputFileName
SetOutputFileName
SetOutputFileName method [Media Foundation]
SetOutputFileName method [Media Foundation]
IMFCapturePhotoSink interface
mf.imfcapturephotosink_setoutputfilename
mfcaptureengine/IMFCapturePhotoSink::SetOutputFileName
mf\imfcapturephotosink_setoutputfilename.htm
mf
CAA9F7CF-A92F-4039-BEA5-07A730E82EE4
12/05/2018
IMFCapturePhotoSink interface [Media Foundation],SetOutputFileName method, IMFCapturePhotoSink.SetOutputFileName, IMFCapturePhotoSink::SetOutputFileName, SetOutputFileName, SetOutputFileName method [Media Foundation], SetOutputFileName method [Media Foundation],IMFCapturePhotoSink interface, mf.imfcapturephotosink_setoutputfilename, mfcaptureengine/IMFCapturePhotoSink::SetOutputFileName
mfcaptureengine.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
19H1
IMFCapturePhotoSink::SetOutputFileName
mfcaptureengine/IMFCapturePhotoSink::SetOutputFileName
c++
APIRef
kbSyntax
COM
mfcaptureengine.h
IMFCapturePhotoSink.SetOutputFileName

IMFCapturePhotoSink::SetOutputFileName

-description

Specifies the name of the output file for the still image.

-parameters

-param fileName [in]

A null-terminated string that contains the URL of the output file.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

Calling this method overrides any previous call to IMFCapturePhotoSink::SetOutputByteStream or IMFCapturePhotoSink::SetSampleCallback.

-see-also

IMFCapturePhotoSink