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

Show in webframe

CurrentSourceProgram Property






Gets or sets the number of the current program for the media file.
Syntax
public virtual int CurrentSourceProgram {get; set;}
'Declaration
 
Public Overridable Property CurrentSourceProgram As Integer
'Usage
 
Dim instance As ConvertCtrl
Dim value As Integer
 
instance.CurrentSourceProgram = value
 
value = instance.CurrentSourceProgram
public:
virtual property int CurrentSourceProgram {
   int get();
   void set (    int value);
}

Property Value

A value representing the number of the current program.
Remarks
This value is zero-based - it can be between 0 and SourceProgramCount - 1. Once the current program has been set, the number of elementary streams might have changed.

You can use GetSourceStreamCount to find out how many elementary streams are present in the current program.

Use SetSelectedSourceStream 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

See Also

Reference

ConvertCtrl Class
ConvertCtrl Members
SourceProgramCount Property
GetSourceStreamCount Method
GetSelectedSourceStream Method
SetSelectedSourceStream Method

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