Enumerates available medias.
- index (Int32)
- Index of the media.
Name of the media.
Use this method to enumerate available medias. The index of the enumerated medias starts from 0.
Use GetMediaCount method to check the number of available medias.
dim MediaName as string 'Get Media count GXClient.GetMediaCount cnt 'Loop through all Medias for pos = 0 to cnt - 1 GXClient.EnumMedias pos, MediaName msgbox MediaName Next
Assembly: Gurux.Client (Module: Gurux.Client) Version: 5.0.0.1