SoundEnvelopeCollection class
Inheritance: System.Collections.CollectionBase, ISwfSerializer
Esempio n. 1
0
 /// <summary>
 /// Creates a new <see cref="SoundInfo"/> instance.
 /// </summary>
 public SoundInfo()
 {
     envelopeRecord = new SoundEnvelopeCollection();
 }
Esempio n. 2
0
 /// <summary>
 /// Creates a new <see cref="SoundInfo"/> instance.
 /// </summary>
 public SoundInfo()
 {
     envelopeRecord = new SoundEnvelopeCollection();
 }