Exemplo n.º 1
0
 public AudioCodec(AudioCodecFormat format, String name)
 {
     this.Format = format;
     this.Name   = name;
 }
Exemplo n.º 2
0
 public AudioCodec(AudioCodecFormat format, String name)
 {
     this.Format = format;
     this.Name = name;
 }