IMFSaveJob interface
Persists media data from a source byte stream to an application-provided byte stream.
The byte stream used for HTTP download implements this interface. To get a pointer to this interface, call IMFGetService::GetService on the byte stream, with the service identifier MFNET_SAVEJOB_SERVICE.
Members
The IMFSaveJob interface inherits from the IUnknown interface. IMFSaveJob also has these types of members:
Methods
The IMFSaveJob interface has these methods.
| Method | Description |
|---|---|
| BeginSave |
Begins saving a Windows Media file to the application's byte stream. |
| CancelSave |
Cancels the operation started by BeginSave. |
| EndSave |
Completes the operation started by BeginSave. |
| GetProgress |
Retrieves the percentage of content saved to the provided byte stream. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also