AudioDeviceOutput 는 스피커나 헤드폰과 같은 물리적 하드웨어 장치에 오디오 스트림을 렌더링하기 위해 오디오 스트림을 수락합니다. 이 하드웨어 장치에 대한 단일 입력 핀을 제공합니다. 모든 오디오 스트
코드 샘플
Outputting Audio to Device
local audioPlayer : AudioPlayer = Instance.new("AudioPlayer")
audioPlayer.Parent = workspace
audioPlayer.AssetId = "rbxassetid://9112854440"
local deviceOutput = Instance.new("AudioDeviceOutput")
deviceOutput.Parent = workspace
local wire = Instance.new("Wire")
wire.Parent = workspace
wire.SourceInstance = audioPlayer
wire.TargetInstance = deviceOutput
audioPlayer:Play()
요약
메서드
지정된 핀하다연결된 Wires 배열을 반환합니다.
속성
메서드
GetConnectedWires
Instances
지정된 핀하다연결된 Wires 배열을 반환합니다. AudioDeviceOutput 에는 하나의 "입력" 핀하다있습니다.
매개 변수
반환
Instances