MultiStreamSource Class (original) (raw)
Summary
The MultiStreamSource object allows the user to supply multiple streams to the ConvertCtrl and PlayCtrl objects.
Syntax
public class MultiStreamSource : IDisposable
public ref class MultiStreamSource : public System.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.
Leadtools.Multimedia Assembly