ltmmConvertCtrl.SourceArray Property

Visual Basic Example

Syntax

object.SourceArray As Variant

Remarks

Gets or sets a reference to the media source array.

This property allows the user to store a complete media file in an array and use it as the source for the conversion process. The array should have one dimension and should contain byte elements. The user is responsible for allocating, initializing, and freeing the array. However, the user should not free the array while the convert control holds a reference to it. The ResetSource method should be called to stop the convert control from accessing the array. The SourceType will be set to ltmmConvert_Source_Array.

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