Class soundParameters
Parameters for the sound class.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class soundParameters
  Constructors
| Edit this page View SourcesoundParameters()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public soundParameters()
  soundParameters(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public soundParameters(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourcealtid
Alternet ID parameters
Declaration
public altid altid
  Field Value
| Type | Description | 
|---|---|
| altid | 
language
Language parameters
Declaration
public language language
  Field Value
| Type | Description | 
|---|---|
| language | 
mediatype
Media type parameters
Declaration
public mediatype mediatype
  Field Value
| Type | Description | 
|---|---|
| mediatype | 
pid
PID parameters
Declaration
public string[] pid
  Field Value
| Type | Description | 
|---|---|
| string[] | 
pref
Preference parameters
Declaration
public pref pref
  Field Value
| Type | Description | 
|---|---|
| pref | 
type
Type of the sound. For example: work or home
Declaration
public typeText[] type
  Field Value
| Type | Description | 
|---|---|
| typeText[] |