forked from cgvr/DeltaVR
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			202 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			202 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace Oculus.Platform
 | 
						|
{
 | 
						|
  public interface IVoipPCMSource
 | 
						|
  {
 | 
						|
    int GetPCM(float[] dest, int length);
 | 
						|
 | 
						|
    void SetSenderID(ulong senderID);
 | 
						|
 | 
						|
    void Update();
 | 
						|
 | 
						|
    int PeekSizeElements();
 | 
						|
  }
 | 
						|
}
 |