Initial Commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
public interface IVoipPCMSource
|
||||
{
|
||||
int GetPCM(float[] dest, int length);
|
||||
|
||||
void SetSenderID(ulong senderID);
|
||||
|
||||
void Update();
|
||||
|
||||
int PeekSizeElements();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user