AudioDeviceOutput

사용되지 않는 항목 표시

*이 콘텐츠는 AI(베타)를 사용해 번역되었으며, 오류가 있을 수 있습니다. 이 페이지를 영어로 보려면 여기를 클릭하세요.

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()

속성

Player

병렬 읽기

연결된 오디오 스트림을 들을 수 있는 선택적인 Player입니다. 지정되지 않으면 이 AudioDeviceOutput에 연결된 모든 스트림이 모두에게 들리게 됩니다.

메서드

GetConnectedWires

Instances

지정된 핀하다연결된 Wires 배열을 반환합니다. AudioDeviceOutput 에는 하나의 "입력" 핀하다있습니다.

매개 변수

pin: string

반환

Instances

이벤트