Leadtools.Multimedia Namespace > RTSPServer Class : GetSourceType Method |
'Declaration Public Function GetSourceType( _ ByVal index As Integer _ ) As RTSPServerSourceType
'Usage Dim instance As RTSPServer Dim index As Integer Dim value As RTSPServerSourceType value = instance.GetSourceType(index)
public RTSPServerSourceType GetSourceType( int index )
public: RTSPServerSourceType GetSourceType( int index )
Currently, the RTSP Server supports only source folders in the internal sources list. This method will only return one possible value, RTSPServerSourceType.SourceFolder.