public MediaSource(Phonon.DiscType discType) : this((Type)null) { CreateProxy(); interceptor.Invoke("MediaSource$", "MediaSource(Phonon::DiscType)", typeof(void), typeof(Phonon.DiscType), discType); }
/// <remarks> /// Creates a MediaSource object for discs. /// \param discType See \ref DiscType /// \param deviceName A platform dependent device name. This can be useful if the computer /// has more than one CD drive. It is recommended to use Solid to retrieve the device name in /// a portable way. /// </remarks> <short> Creates a MediaSource object for discs.</short> public MediaSource(Phonon.DiscType discType, string deviceName) : this((Type)null) { CreateProxy(); interceptor.Invoke("MediaSource$$", "MediaSource(Phonon::DiscType, const QString&)", typeof(void), typeof(Phonon.DiscType), discType, typeof(string), deviceName); }