Gets the number of programs in the source file.
public int ProgramCount { get; }
Public ReadOnly Property ProgramCount As Integer
public:
property int ProgramCount {
int get();
}
A value representing the number of programs in the source file.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET