IFileSinkFilterSetFileName Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxint 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:
Int32
See Also