| IMediaSampleGetMediaType Method  | 
            Returned object must be released with DsUtils.FreeAMMediaType()
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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