ResampleMediaTasks Members
Include Protected Members
Include Inherited Members
A collection of ResampleMediaTask objects.
The ResampleMediaTasks type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Returns the number of objects in the collection. (Inherited from Collection.) | |
Count | Returns the number of objects in the specified collection. Read-only. | |
Item | Returns a single ResampleMediaTask object from the specified ResampleMediaTasks collection. | |
PercentComplete | Returns the percentage completed of the resampling task. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) | |
_Index(Int32) | Reserved for internal use. | |
Cancel | Cancels mobilization of the current media asset. | |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) | |
GetEnumerator() | Returns an enumerator that iterates through the collection. | |
Pause | Pauses the media represented by the specified object. | |
Resume | Resumes mobilization of the current media asset. |
Top