C# Class GAudio.StreamToTrackModule

Streams a mono stream to a GATPlayer Track.
Inheritance: AGATStreamObserver
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Свойство Type Description
exclusive bool
player GATPlayer
trackNumber int

Protected Properties

Свойство Type Description
_streamToTrack GATAudioThreadStreamToTrack

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Property Details

_streamToTrack protected_oe property

protected GATAudioThreadStreamToTrack,GAudio _streamToTrack
Résultat GATAudioThreadStreamToTrack

exclusive public_oe property

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
Résultat bool

player public_oe property

The player through which to route the stream. If null, the default player will be used.
public GATPlayer player
Résultat GATPlayer

trackNumber public_oe property

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
Résultat int