MediaQuery_t (Windows CE 5.0)
This object is returned by CreateNewQuery or OemExtensionUpnpQuery methods. It contains state information for a query using GetNextBatch. This interface provides methods that enable an application to access result of a media query. The object returns query result in batches.
Methods
The following table shows the methods for this interface.
Method | Description |
---|---|
BatchSize | Identifies the batch size with which the MediaQuery_t object was created. |
CurrentItemOffset | Gets or sets the current offset position |
GetNextBatch | Returns a MediaItemBatch_t object |
IsValid | Checks if the MediaQuery_t object is valid. |
TotalItems | Returns the total number result media items available. |
Requirements
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.
See Also
Send Feedback on this topic to the authors