Leadtools.Multimedia Namespace > RTSPServer Class : SourceCount Property |
'Declaration Public ReadOnly Property SourceCount As Integer
'Usage Dim instance As RTSPServer Dim value As Integer value = instance.SourceCount
public int SourceCount {get;}
The RTSP Server keeps an internal list of folders which store the source files for the server.
This method can be used to get the number of source folders that have been added so far to the RTSP Server using SetSourceFolder.