IMediaSampleGetMediaType Method |
Returned object must be released with DsUtils.FreeAMMediaType()
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxint GetMediaType(
out AMMediaType ppMediaType
)
Function GetMediaType (
<OutAttribute> ByRef ppMediaType As AMMediaType
) As Integer
int GetMediaType(
[OutAttribute] AMMediaType^% ppMediaType
)
abstract GetMediaType :
ppMediaType : AMMediaType byref -> int
Parameters
- ppMediaType
- Type: Ozeki.MediaAMMediaType
Return Value
Type:
Int32
See Also