GetPCM
(
dest
, length
)
|
Retrieves the PCM object.
Signature
int Oculus.Platform.VoipPCMSourceNative.GetPCM(float[] dest, int length) Parameters dest: float []length: intReturns int |
PeekSizeElements
()
|
Uses the sender ID and will return an int that represents the size of the current PCM data stack.
Signature
int Oculus.Platform.VoipPCMSourceNative.PeekSizeElements() Returns int |
SetSenderID
(
senderID
)
|
Sets the sender ID associated with this Voip source. The ID will belong to a Models.User.
Signature
void Oculus.Platform.VoipPCMSourceNative.SetSenderID(ulong senderID) Parameters senderID: ulongReturns void |
Update
()
|