C# Class AGS.Types.AudioClipType

Datei anzeigen Open project: adventuregamestudio/ags

Private Properties

Property Type Description

Public Methods

Method Description
AudioClipType ( XmlNode node ) : System
AudioClipType ( int typeID, string name, int maxChannels, int volumeReductionWhileSpeechPlaying, bool backwardsCompatType, CrossfadeSpeed crossfading ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

AudioClipType() public method

public AudioClipType ( XmlNode node ) : System
node System.Xml.XmlNode
return System

AudioClipType() public method

public AudioClipType ( int typeID, string name, int maxChannels, int volumeReductionWhileSpeechPlaying, bool backwardsCompatType, CrossfadeSpeed crossfading ) : System
typeID int
name string
maxChannels int
volumeReductionWhileSpeechPlaying int
backwardsCompatType bool
crossfading CrossfadeSpeed
return System

ToXml() public method

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void