LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
MultiStreamSource Class
See Also  Members  
Leadtools.Multimedia Namespace : MultiStreamSource Class



The MultiStreamSource object allows the user to supply multiple streams to the ConvertCtrl and PlayCtrl objects.

Object Model

MultiStreamSource Class

Syntax

Visual Basic (Declaration) 
Public Class MultiStreamSource 
   Implements IDisposable 
Visual Basic (Usage)Copy Code
Dim instance As MultiStreamSource
C# 
public class MultiStreamSource : IDisposable  
C++/CLI 
public ref class MultiStreamSource : public IDisposable  

Remarks

The MultiStreamSource object allows the user to supply multiple streams to the ConvertCtrl and PlayCtrl objects. These streams can be of different types (video and audio). Use this for creating output files with more than one stream. If you have only one stream, it is recommended to use the SampleSource object.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.MultiStreamSource

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also