C# 클래스 GAudio.StreamToTrackModule

Streams a mono stream to a GATPlayer Track.
상속: AGATStreamObserver
파일 보기 프로젝트 열기: gregzo/G-Audio

공개 프로퍼티들

프로퍼티 타입 설명
exclusive bool
player GATPlayer
trackNumber int

보호된 프로퍼티들

프로퍼티 타입 설명
_streamToTrack GATAudioThreadStreamToTrack

공개 메소드들

메소드 설명
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

보호된 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

프로퍼티 상세

_streamToTrack 보호되어 있는 프로퍼티

protected GATAudioThreadStreamToTrack,GAudio _streamToTrack
리턴 GATAudioThreadStreamToTrack

exclusive 공개적으로 프로퍼티

If true, data from the stream is copied to the track, which is more efficient than mixing but overwrites any other audio.
public bool exclusive
리턴 bool

player 공개적으로 프로퍼티

The player through which to route the stream. If null, the default player will be used.
public GATPlayer player
리턴 GATPlayer

trackNumber 공개적으로 프로퍼티

The track number in the specified player through which to route the stream. Only one stream can be routed to a given track.
public int trackNumber
리턴 int