public DabRadioGraph(MpegDecoderType mpegDecoderType, AacDecoderType aacDecoderType)
 {
     this.mpegDecoderType = mpegDecoderType;
     this.aacDecoderType = aacDecoderType;
 }
Exemple #2
0
 public DabRadioGraph(MpegDecoderType mpegDecoderType, AacDecoderType aacDecoderType)
 {
     this.mpegDecoderType = mpegDecoderType;
     this.aacDecoderType  = aacDecoderType;
 }