IWMEncFileSet Interface
The IWMEncFileSet interface manages groups of files used for streaming HTML content. Each file set consists of a main HTML page, associated images, videos, and other pages. Each file in the set has a name and URL. Use the IWMEncFileTransferSource interface to manage the collection of file sets.
The IWMEncFileSet interface exposes the following properties and methods.
Property | Description |
Count | Retrieves the number of files in the file set. |
Time | Specifies and retrieves the send time of the current file set, in milliseconds. |
Method | Description |
Add | Adds an HTML file to the current file set. |
Item | Retrieves a specific file from the file set. |
Move | Repositions files in the file set. |
Remove | Removes a specific file from the file set. |
RemoveAll | Removes all files from the file set. |
SetInput | Replaces an HTML file in the file set. |
See Also