Retrieves the type of the sources in the source list.
public RTSPServerSourceType GetSourceType(
int index
)
Public Function GetSourceType( _
ByVal index As Integer _
) As Leadtools.Multimedia.RTSPServerSourceType
public:
Leadtools.Multimedia.RTSPServerSourceType GetSourceType(
int index
)
index
0-based index of the source folder that should be retrieved. The source folders are stored as an array of folder names.
The type of the source in the source list at the specified index.
Currently, the RTSP Server supports only source folders in the internal sources list. This method will only return one possible value, RTSPServerSourceType.SourceFolder.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET