[]
Gets or sets a value specifying whether to mix this sound with any other sound already playing. If false, any previously playing sound shall be stopped before starting this sound; this can be used to stop a repeating sound (see Repeat).
The default is false.
public bool Mix { get; set; }
Public Property Mix As Boolean