CurrentProgram Property

Summary

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

Syntax
C#
VB
C++
public int CurrentProgram { get; set; } 
Public Property CurrentProgram As Integer 
public: 
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 stream has been set, other MediaInfo properties are updated with information about the current stream. For more information on Programs and Streams terminology in LEADTOOLS Multimedia, refer to Programs and Streams.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly