| IFileSinkFilterSetFileName Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxint SetFileName(
	string pszFileName,
	AMMediaType pmt
)
Function SetFileName ( 
	pszFileName As String,
	pmt As AMMediaType
) As Integer
int SetFileName(
	[InAttribute] String^ pszFileName, 
	[InAttribute] AMMediaType^ pmt
)
abstract SetFileName : 
        pszFileName : string * 
        pmt : AMMediaType -> int 
Parameters
- pszFileName
 - Type: SystemString
 - pmt
 - Type: Ozeki.MediaAMMediaType
 
Return Value
Type: 
Int32
See Also