IFileSinkFilterSetFileName Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int 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:
Int32See Also