IEnumMediaTypesNext Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxint Next(
int cMediaTypes,
AMMediaType[] ppMediaTypes,
IntPtr pcFetched
)
Function Next (
cMediaTypes As Integer,
<OutAttribute> ppMediaTypes As AMMediaType(),
pcFetched As IntPtr
) As Integer
int Next(
[InAttribute] int cMediaTypes,
[InAttribute] [OutAttribute] array<AMMediaType^>^ ppMediaTypes,
[InAttribute] IntPtr pcFetched
)
abstract Next :
cMediaTypes : int *
ppMediaTypes : AMMediaType[] byref *
pcFetched : IntPtr -> int
Parameters
- cMediaTypes Int32
-
- ppMediaTypes AMMediaType
-
- pcFetched IntPtr
-
Return Value
Int32
See Also