MME_STORAGETYPE_*

Storage type definitions

Synopsis:

#include <mme/interface.h>

#define MME_STORAGETYPE_*

Description:

The constants MME_STORAGETYPE_* define the storage types the MME recognizes. The values listed in the tables below are used by the storage_type field in the:

Users can define their own, custom storager types, as required. Available values are listed in the table User defined storage types below.

Pre-defined storage types

Thes storage types are pre-defined:

Constant Value Description
MME_STORAGETYPE_UNKNOWN 0 Unknown storage type
MME_STORAGETYPE_AUDIOCD 1 Audio CD
MME_STORAGETYPE_FS 2 RAM disc
MME_STORAGETYPE_DEVB 2 MME_STORAGETYPE_FS
MME_STORAGETYPE_DVDAUDIO 3 Audio DVD
MME_STORAGETYPE_VCD 4 Video CD
MME_STORAGETYPE_SVCD 5 Super Video CD
MME_STORAGETYPE_DVDVIDEO 6 Video DVD
MME_STORAGETYPE_IPOD 8 iPod device
MME_STORAGETYPE_KODAKCD 9 Kodak picture CD
MME_STORAGETYPE_PICTURECD 10 Other picture CD
MME_STORAGETYPE_A2DP 12 A2DP protocol for Bluetooth
MME_STORAGETYPE_RESERVED0 13 Placeholder for UPnP
MME_STORAGETYPE_SMB 14 MME_STORAGETYPE_FS
MME_STORAGETYPE_FTP 15 Internet FTP connection
MME_STORAGETYPE_HTTP 16 Internet HTTP connection
MME_STORAGETYPE_NAVIGATION 17 Navigation CD or DVD. See also Mediastore synchronization settings .
MME_STORAGETYPE_UPGRADE 18 Upgrade CD or DVD. See also Filtering synchronization by storage type.
MME_STORAGETYPE_PLAYSFORSURE 20 PlaysForSure and similar devices.
MME_STORAGETYPE_UPNP 21 Devices using UPnP protocol.
MME_STORAGETYPE_INTERNETSTREAM 22 Internet streaming.

Multiple mediastore types on single device

These storage types are used to identify different mediastore types on the same device (such as a CD changer):

Constant Value Description
MME_STORAGETYPE_MEDIAFS_2WIRE_UNKNOWN 620 Unknown storage type
MME_STORAGETYPE_MEDIAFS_2WIRE_CDAUDIO 621 Audio CD
MME_STORAGETYPE_MEDIAFS_2WIRE_VCD 622 Video CD
MME_STORAGETYPE_MEDIAFS_2WIRE_DEVB 623 RAM disk
MME_STORAGETYPE_MEDIAFS_2WIRE_DVDAUDIO 624 Audio DVD
MME_STORAGETYPE_MEDIAFS_2WIRE_DVDVIDEO 625 Video DVD

User defined storage types

These storage types are available for custom implementations:

Constant Value Description
MME_STORAGETYPE_CUSTOM1 100
MME_STORAGETYPE_CUSTOM2 101
MME_STORAGETYPE_CUSTOM3 102
MME_STORAGETYPE_CUSTOM4 103
MME_STORAGETYPE_CUSTOM5 104
MME_STORAGETYPE_CUSTOM6 105
MME_STORAGETYPE_CUSTOM7 106
MME_STORAGETYPE_CUSTOM8 107
MME_STORAGETYPE_CUSTOM9 108
MME_STORAGETYPE_CUSTOM10 110

Events

Blocking and validation

Classification:

QNX Multimedia

See also:

MME_FORMAT_*, FTYPE_*, MME_MSCAP_*, MME_SYNC_OPTION_*, Table: mediastores