![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace > ConvertCtrl Class : GetSourceStreamCount Method |
public int GetSourceStreamCount( StreamFormatType streamType )
'Declaration
Public Function GetSourceStreamCount( _ ByVal streamType As StreamFormatType _ ) As Integer
'Usage
Dim instance As ConvertCtrl Dim streamType As StreamFormatType Dim value As Integer value = instance.GetSourceStreamCount(streamType)
public: int GetSourceStreamCount( StreamFormatType streamType )
This property returns the number of streams of a particular type in the current program. You can then select which streams you wish to play by calling SetSelectedSourceStream.
If you change the current program using CurrentSourceProgram, the number of streams might change. So you will need to call ConvertCtrl.GetSourceStreamCount again.
Refer to Programs and Streams for more information on Programs and Streams terminology in LEADTOOLS Multimedia.