The VoipPCMSource class represents the PCM (pulse code modulation) API. It provides ways to get the pcm data for a user and update the pcm data. Read more about VoIP here.
Member Functions
int GetPCM
( float [] dest,
int length )
Retrieves the PCM object.
void SetSenderID
( ulong senderID )
Sets the sender ID associated with this Voip source. The ID will belong to a Models.User.
int PeekSizeElements ( )
Uses the sender ID and will return an int that represents the size of the current PCM data stack.