Specifications

Windows Embedded Automotive 7 Deep Dive: Phone Core and Media Core 81
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AutoMediaCore\Config
Key Value
Type
Description
PlaybackTimerDelay
DWORD
The number of milliseconds to wait after a play request before begin
rendering media. This is a performance-tuning setting that enables the
playback manager to better handle the action of the user quickly pressing a
button that corresponds to playback controls such as Play, Next, or
Previous. The default value is 0x00C8 (200 milliseconds).
RemovableMediaOnly
DWORD
Whether to index attached as well as removable media.
1: Media Core indexes removable media only. This is the default value.
0: Media Core indexes all attached media.
MaxIndexingThreadsCount
DWORD
The maximum number of concurrent indexing threads allowed. This
controls the number of concurrently indexed devices and the number of
index builder instances per media source. The default value is 3.
IndexingPriority
DWORD
Used for each indexing thread. This is one of the priorities from Winbase.h.
Uses the default data if the key is missing. The default value is
THREAD_PRIORITY_NORMAL.
IndexMgrPriority
DWORD
Used for each indexing thread. This is one of the priorities from Winbase.h.
Uses the default data if the key is missing. The default value is
THREAD_PRIORITY_NORMAL.
PlayPriority
DWORD
Used for each indexing thread. This is one of the priorities from Winbase.h.
Uses the default data if the key is missing. The default value is
THREAD_PRIORITY_NORMAL.
PlayMgrPriority
DWORD
Used for each indexing thread. This is one of the priorities from Winbase.h.
Uses the default data if the key is missing. The default value is
THREAD_PRIORITY_NORMAL.
ZoneFrontBus
DWORD
This value must be set to the corresponding arbitrator bus ID used for the
front zone. Be aware that there are no checks made to make sure that
ZoneFrontBus and ZoneBackBus are not the same. The default value is
AUDIO_BUS_PRIMARY_STEREO. Uses the default data if the key is missing.
ZoneBackBus
DWORD
This value must be set to the corresponding arbitrator bus ID used for the
back zone. Be aware that there are no checks made to make sure that
ZoneFrontBus and ZoneBackBus are not the same. The default value is
AUDIO_BUS_SECONDARY_STEREO. Uses the default data if the key is
missing.
TotalBrowseSize
DWORD
The maximum size in bytes for the browse cache for a particular source
device. The default value is 2 MB.
DisableAutoIndexing
DWORD
Disables automatic indexing. Set the value to 1 to disable automatic
indexing when a device is inserted. If set to 0 then auto indexing is enabled.
The default value is 0.
DisableAlbumartIndexing
DWORD
Disables album/CD cover art indexing. Set the value to 1 to disable album
art indexing. If set to 0 then album art indexing is enabled. The default
value is 0.