IFileSinkFilter::SetFileName
A version of this page is also available for
4/8/2010
This method sets the name of the file into which media samples will be written.
Syntax
HRESULT SetFileName(
LPCOLESTR pszFileName,
const AM_MEDIA_TYPE* pmt
);
Parameters
- pszFileName
[in] Pointer to the name of the file to receive the media samples.
- pmt
[in] Pointer to and AM_MEDIA_TYPE structure that describes the type of media samples to be written to the file, and the media type of the sink filter's input pin.
Return Value
Returns an HRESULT value.
Remarks
If the pszFileName parameter names a nonexistent file, the file will be created. If it names an existing file, the sink filter will overwrite the file without first deleting it.
Requirements
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |