Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

GetStreamCount Method






A StreamFormatType enumeration value specifying the desired stream type Only video and audio streams are currently supported, so this parameter should be StreamFormatType.Audio or StreamFormatType.Video.
Gets the number of elementary streams
Syntax
public virtual int GetStreamCount( 
   StreamFormatType streamType
)
'Declaration
 
Public Overridable Function GetStreamCount( _
   ByVal streamType As StreamFormatType _
) As Integer
'Usage
 
Dim instance As PlayCtrl
Dim streamType As StreamFormatType
Dim value As Integer
 
value = instance.GetStreamCount(streamType)
public:
virtual int GetStreamCount( 
   StreamFormatType streamType
) 

Parameters

streamType
A StreamFormatType enumeration value specifying the desired stream type Only video and audio streams are currently supported, so this parameter should be StreamFormatType.Audio or StreamFormatType.Video.

Return Value

A value representing the number of streams.
Remarks

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 SetSelectedStream.

If you change the current program using CurrentProgram, the number of streams might change. So you will need to call PlayCtrl.GetStreamCount again.

Refer to Programs and Streams for more information on Programs and Streams terminology in LEADTOOLS Multimedia.

Requirements

Target Platforms

See Also

Reference

PlayCtrl Class
PlayCtrl Members
SetSelectedStream Method
GetSelectedStream Method
CurrentProgram Property
ProgramCount Property

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features