DirectAnimation Animated Header --DAImportationResult Class DirectAnimation Animated Header --DAImportationResult Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAImage Class
*Next Topic: IDABvrHook Class

DAImportationResult Class


The DAImportationResult object includes properties that contain information about media that is being downloaded either synchronously or asynchronously. For synchronous downloads, it is used in conjunction with ImportSound and ImportMovie. For asynchronous downloads, it is used with ImportGeometryAsync, ImportImageAsync, ImportMovieAsync, and ImportSoundAsync.

DAImportationResult Properties

bullet1.gifCompletionEvent

bullet1.gifDuration

bullet1.gifGeometry

bullet1.gifImage

bullet1.gifProgress

bullet1.gifSize

bullet1.gifSound


CompletionEvent

DAImportationResult Class

A read-only property with a DAEvent value that is the event that fires once a download is complete.

importationResultObj.CompletionEvent


Duration

DAImportationResult Class

A read-only property with a DANumber value that is the length of the media file being downloaded, in seconds.

importationResultObj.Duration


Geometry

DAImportationResult Class

A read-only property with a DAGeometry value that is the geometry being downloaded.

importationResultObj.Geometry


Image

DAImportationResult Class

A read-only property with a DAImage value that is the image being downloaded.

importationResultObj.Image


Progress

DAImportationResult Class

A read-only property with a DANumber value that is the percentage of the download that has been completed. A value of 0 means 0% and a value of 1 means 100%.

importationResultObj.Progress


Size

DAImportationResult Class

A read-only property with a DANumber value that is the size of the medium being downloaded, in bytes.

importationResultObj.Size


Sound

DAImportationResult Class

A read-only property with a DASound value that is the sound being downloaded.

importationResultObj.Sound

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page