C# 클래스 Gablarski.Audio.PlaybackProviderExtensions

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
Open ( this self, IAudioDevice device ) : void

Opens the provider with device.

메소드 상세

Open() 공개 정적인 메소드

Opens the provider with device.
is null.
public static Open ( this self, IAudioDevice device ) : void
self this
device IAudioDevice The device to play audio on.
리턴 void