ms_browse_capability_e

Media source browsing operations.

Synopsis:

#include <mmplayer/types.h>
 
typedef enum {
      MS_BROWSE_CAPABILITY_METADATA = (0x00010000),
      MS_BROWSE_CAPABILITY_SEARCH =   (0x00020000),
      MS_BROWSE_CAPABILITY_BROWSE =   (0x00040000),
      MS_BROWSE_CAPABILITY_EXTENDED_METADATA = (0x00080000)
} ms_browse_capability_e;

Data:

MS_BROWSE_CAPABILITY_METADATA
You can retrieve metadata from media nodes.
MS_BROWSE_CAPABILITY_SEARCH
You can retrieve media nodes with metadata properties matching a search string.
MS_BROWSE_CAPABILITY_BROWSE
You can browse a media node within a media source.
MS_BROWSE_CAPABILITY_EXTENDED_METADATA
You can retrieve extended metadata (i.e., nonstandard properties) from media nodes.

Library:

mmplayerclient

Description:

Media source browsing operations. These constants indicate which bits to examine in the capabilities field of the mmp_ms_t structure when testing if a media source supports a given browsing operation.