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

Show in webframe

ProgramCount Property (MediaInfo)






Gets the number of programs in the source file.
Syntax
public int ProgramCount {get;}
'Declaration
 
Public ReadOnly Property ProgramCount As Integer
'Usage
 
Dim instance As MediaInfo
Dim value As Integer
 
value = instance.ProgramCount
public:
property int ProgramCount {
   int get();
}

Property Value

A value representing the number of programs in the source file.
Remarks
Call the CurrentProgram property to get or set the current program. Once you set the current program, the OutputStreams property will indicate how many elementary streams are present in the current program. Currently, only MPEG2 Transport files can have more than one program. All the other file formats have only one program, so for them ProgramCount will return 1.

For more information on Programs and Streams terminology in LEADTOOLS Multimedia, refer to Programs and Streams.

Requirements

Target Platforms

See Also

Reference

MediaInfo Class
MediaInfo Members

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