Beispiel #1
0
        /// <summary>Removes a playback device from the context, if exists</summary>
        /// <param name="file">The file name that was used to add the device</param>
        public void RemoveDevice(string file)
        {
            object error;

            NativeMethods.rs2_context_remove_device(Handle, file, out error);
        }