Share via


IFileSinkFilter::SetFileName (Windows Embedded CE 6.0)

1/6/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
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

IFileSinkFilter Interface
AM_MEDIA_TYPE