6#ifndef _ZOOM_VIDEO_SDK_VECTOR_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_VECTOR_INTERFACE_H_
SDK-defined vector interface for managing collections of items.
virtual int GetCount()=0
Gets the total number of items in the vector.
virtual T GetItem(int index)=0
Gets the item at the specified index.
virtual ~IVideoSDKVector()
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE