ltmmConvertCtrl.SourceFile Property

Visual Basic Example

Syntax

object.SourceFile As String

Remarks

Gets or sets the media source file name, URL or UDP address.

This property allows the user to set the media data source to the specified file name, URL or UDP address. The ResetSource method should be called to stop the convert control from accessing the file. The SourceType will be set to ltmmConvert_Source_File.

The filename can be used to indicate a regular file or a stream. For more details on the filename syntax, refer to: SourceFile syntax.

Assignment could raise an error exception. For more information, refer to the Error Codes.

See Also

Elements:

ltmmConvertCtrl.SourceType Property, ltmmConvertCtrl.ResetSource Method

Topics:

ltmmConvertCtrl Object, SourceFile syntax