VideoSoundtrackType Enumeration
Type of sounds in a video
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Syntax
public enum VideoSoundtrackType
Members
Member name | Description | |
---|---|---|
Dialog | This video contains only dialog. | |
Music | This video contains only music. | |
MusicAndDialog | This video contains music and dialog. |
Xbox 360 Specific Information |
---|
This setting has no effect on Windows. On the Xbox 360, videos with the Dialog type will have their sound mixed in with the dashboard player's playback. Videos with the Music type will be muted if the dashboard player is playing. Videos with the MusicAndDialog type will override the dashboard playback. |
Remarks
A video that only contains music will be muted on playback if the MediaPlayer is playing back music.
See Also
Reference
Microsoft.Xna.Framework.Media Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP