C# 클래스 Glare.Audio.AudioStreamer

This streams AudioBuffer chunks to an AudioSource by streaming from a AudioStream that decompresses formats such as Mp3 or Vorbis.
상속: IDisposable
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
AudioStreamer ( AudioSource source, AudioStream stream ) : System
AudioStreamer ( AudioSource source, AudioStream stream, System.TimeSpan bufferTime ) : System
AudioStreamer ( AudioSource source, AudioStream stream, int bufferSampleCount ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
BufferTimeToSamples ( AudioStream stream, System.TimeSpan time ) : int
FillBuffer ( AudioBuffer buffer ) : void
Update ( ) : void

메소드 상세

AudioStreamer() 공개 메소드

public AudioStreamer ( AudioSource source, AudioStream stream ) : System
source AudioSource
stream AudioStream
리턴 System

AudioStreamer() 공개 메소드

public AudioStreamer ( AudioSource source, AudioStream stream, System.TimeSpan bufferTime ) : System
source AudioSource
stream AudioStream
bufferTime System.TimeSpan
리턴 System

AudioStreamer() 공개 메소드

public AudioStreamer ( AudioSource source, AudioStream stream, int bufferSampleCount ) : System
source AudioSource
stream AudioStream
bufferSampleCount int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void