In regards to layer status flags: Are these flags meant to be cumulative? For example, our media server allows for a state of looping playback. This state qualifies for two of the layer status flags (0x001 MediaPlaying and 0x004 MediaPlaybackLooping). Would the resulting flag be 0x005? Or is it inte...