IFileSinkFilterGetCurFile Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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