C# Class GAudio.GATAudioThreadStreamProxy

Inheritance: IGATAudioThreadStream
Afficher le fichier Open project: gregzo/G-Audio Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void
BroadcastStream ( float data, int offset, bool isEmptyData ) : void
GATAudioThreadStreamProxy ( int bufferSizePerChannel, int nbOfChannels, IntPtr bufferPointer, int bufferOffset, string streamName = null ) : System
RemoveAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void

Method Details

AddAudioThreadStreamClient() public méthode

public AddAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void
client IGATAudioThreadStreamClient
Résultat void

BroadcastStream() public méthode

public BroadcastStream ( float data, int offset, bool isEmptyData ) : void
data float
offset int
isEmptyData bool
Résultat void

GATAudioThreadStreamProxy() public méthode

public GATAudioThreadStreamProxy ( int bufferSizePerChannel, int nbOfChannels, IntPtr bufferPointer, int bufferOffset, string streamName = null ) : System
bufferSizePerChannel int
nbOfChannels int
bufferPointer System.IntPtr
bufferOffset int
streamName string
Résultat System

RemoveAudioThreadStreamClient() public méthode

public RemoveAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void
client IGATAudioThreadStreamClient
Résultat void