IEnumMediaTypesNext Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int 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
- Type: SystemInt32
- ppMediaTypes
- Type: Ozeki.MediaAMMediaType
- pcFetched
- Type: SystemIntPtr
Return Value
Type:
Int32See Also