IFileSinkFilterGetCurFile Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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 String
-
- pmt AMMediaType
-
Return Value
Int32
See Also