| IFileSinkFilterGetCurFile Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxint GetCurFile(
	out string pszFileName,
	AMMediaType pmt
)
Function GetCurFile ( 
	<OutAttribute> ByRef pszFileName As String,
	<OutAttribute> pmt As AMMediaType
) As Integer
int GetCurFile(
	[OutAttribute] String^% pszFileName, 
	[OutAttribute] AMMediaType^ pmt
)
abstract GetCurFile : 
        pszFileName : string byref * 
        pmt : AMMediaType byref -> int 
Parameters
- pszFileName
 - Type: SystemString
 - pmt
 - Type: Ozeki.MediaAMMediaType
 
Return Value
Type: 
Int32
See Also