Пример #1
0
 /// <summary>
 /// Create the writer from information stored in <see cref="Yeti.WMFSdk.WmaWriterConfig"/>
 /// </summary>
 /// <param name="output"><see cref="System.IO.Stream"/> Where resulting WMA string will be written</param>
 /// <param name="config"><see cref="Yeti.WMFSdk.WmaWriterConfig"/> instance from where IWMProfile and WaveFormat will be taken to construct the writer</param>
 public WmaWriter(Stream output, WmaWriterConfig config)
   :this(output, config.Format, config.Profile, null)
 {
 }
Пример #2
0
 /// <summary>
 /// Create the writer from information stored in <see cref="Yeti.WMFSdk.WmaWriterConfig"/>
 /// </summary>
 /// <param name="output"><see cref="System.IO.Stream"/> Where resulting WMA string will be written</param>
 /// <param name="config"><see cref="Yeti.WMFSdk.WmaWriterConfig"/> instance from where IWMProfile and WaveFormat will be taken to construct the writer</param>
 public WmaWriter(Stream output, WmaWriterConfig config)
     : this(output, config.Format, config.Profile, null)
 {
 }