GetSourceType Method

Summary

Retrieves the type of the sources in the source list.

Syntax
C#
VB
C++
public RTSPServerSourceType GetSourceType( 
   int index 
) 
Public Function GetSourceType( _ 
   ByVal index As Integer _ 
) As RTSPServerSourceType 
public: 
RTSPServerSourceType GetSourceType(  
   int index 
)  

Parameters

index
0-based index of the source folder that should be retrieved. The source folders are stored as an array of folder names.

Return Value

The type of the source in the source list at the specified index.

Remarks

Currently, the RTSP Server supports only source folders in the internal sources list. This method will only return one possible value, RTSPServerSourceType.SourceFolder.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly