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

Show in webframe

CurrentProgram Property (MediaInfo)






Gets or sets the number of the current program for the media file.
Syntax
public int CurrentProgram {get; set;}
'Declaration
 
Public Property CurrentProgram As Integer
'Usage
 
Dim instance As MediaInfo
Dim value As Integer
 
instance.CurrentProgram = value
 
value = instance.CurrentProgram
public:
property int CurrentProgram {
   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 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

See Also

Reference

MediaInfo Class
MediaInfo Members
OutputStreams Property
StreamMediaType Property
StreamSubtype Property
StreamSubtypeName Property
StreamType Property
StreamTypeName Property
StreamDuration Property

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