Halyri - Häke  0.9.1
 All Classes Namespaces Functions Variables Enumerations Properties
Package Hake_WPF.AudioVideoManagers

Classes

class  AudioVideoTransferManager
 Class for processing incoming and outgoing audio and images. Handles media data received from the server. Reproduces speex encoded audio and Wave file segments using the primary audio output device in the system. More...
 
class  BufferWaveStream
 Provides a NAudio WaveStream with infinite length to facilitate streaming audio playback. Contains an internal buffer for the audio samples. If the buffer is empty, all read requests will return the desired length of silence. If there is pcm audio available in the buffer, it will be returned to the reader, possibly padded with silence to meet the desired read length. More...
 
class  SpeexCompression
 Class providing static methods for compression and decompression of speex encoded audio segments. More...
 

Functions

delegate void JpgImageReceived (object sender, byte[] imageData)
 Delegate for image receive events. More...
 

Function Documentation

delegate void Hake_WPF.AudioVideoManagers.JpgImageReceived ( object  sender,
byte[]  imageData 
)

Delegate for image receive events.

Parameters
senderThe publishing AudioVideoTransferManager instance
imageDataByte representation of a jpg compressed image