IFileSinkFilterGetCurFile Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemString
- pmt
- Type: Ozeki.MediaAMMediaType
Return Value
Type:
Int32
See Also