예제 #1
0
        public OutputDevice GetOutputDevices()
        {
            string[] deviceNames;
            string   activeDeviceName;

            _api.Player_GetOutputDevices(out deviceNames, out activeDeviceName);

            return(new OutputDevice(deviceNames, activeDeviceName));
        }