示例#1
0
 public AudioCodec(AudioCodecFormat format, String name)
 {
     this.Format = format;
     this.Name   = name;
 }
示例#2
0
 public AudioCodec(AudioCodecFormat format, String name)
 {
     this.Format = format;
     this.Name = name;
 }