DVDBuilder for .NET  3.4
DVD Authoring Software Development Kit
InputDataStreamFactory Interface Reference

The InputDataStreamFactory interface is a class factory for creating System.IO.Stream objects. More...

Public Member Functions

System.IO.Stream Create (System.String file)
 Creates a System.IO.Stream object. More...
 

Detailed Description

The InputDataStreamFactory interface is a class factory for creating System.IO.Stream objects.

This interface must be implemented by the application and advertised via the DVDBuilder.InputDataStreamFactory property.

Version
1.10

Member Function Documentation

System.IO.Stream Create ( System.String  file)

Creates a System.IO.Stream object.

Parameters
fileThe value of the "file" attribute of a <videoObject> XML element.
Returns
A stream object.