Ejemplo n.º 1
0
 public static extern uint beInitStream(BE_CONFIG pbeConfig, ref uint dwSamples, ref uint dwBufferSize, ref uint phbeStream);
Ejemplo n.º 2
0
 public Mp3EncoderSettings()
 {
     this.GenerateTagsFromTrackMetadata = false;
     this.Mp3ConversionOptions = new BE_CONFIG();
 }