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