←Select platform

CurrentProgram Property

Summary

Gets or sets the number of the current program for the media file.

Syntax

C#
VB
C++
public virtual int CurrentProgram { get; set; } 
Public Overridable Property CurrentProgram As Integer 
public: 
virtual property int CurrentProgram { 
   int get(); 
   void set (    int ); 
} 

Property Value

A value representing the number of the current program.

Remarks

This value is zero-based - it can be between 0 and ProgramCount - 1. Once the current program has been set, the number of elementary streams might have changed. You can use GetStreamCount to find out how many elementary streams are present in the current program.

Use SetSelectedStream to select which streams you wish to play.

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly