Container for floating point raw audio data.  
More...
#include <miprawaudiomessage.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
      
        
          | MIPRawFloatAudioMessage::MIPRawFloatAudioMessage | ( | int | sampRate, | 
        
          |  |  | int | numChannels, | 
        
          |  |  | int | numFrames, | 
        
          |  |  | float * | pFrames, | 
        
          |  |  | bool | deleteFrames | 
        
          |  | ) |  |  [inline] | 
      
 
Creates a MIPRawFloatAudioMessage instance. 
- Parameters:
- 
  
    | sampRate | Sampling rate. |  | numChannels | Number of channels. |  | numFrames | Number of frames. |  | pFrames | The audio data. |  | deleteFrames | Flag indicating if the data contained in pFramesshould be deleted when this message is destroyed or when the data is replaced. |  
 
 
 
Member Function Documentation
      
        
          | MIPMediaMessage* MIPRawFloatAudioMessage::createCopy | ( |  | ) | const  [inline, virtual] | 
      
 
 
      
        
          | const float* MIPRawFloatAudioMessage::getFrames | ( |  | ) | const  [inline] | 
      
 
 
      
        
          | void MIPRawFloatAudioMessage::setFrames | ( | float * | pFrames, | 
        
          |  |  | bool | deleteFrames | 
        
          |  | ) |  |  [inline] | 
      
 
Stores audio data. 
- Parameters:
- 
  
    | pFrames | The audio data. |  | deleteFrames | Flag indicating if the data contained in pFramesshould be deleted when this message is destroyed or when the data is replaced. |  
 
 
 
The documentation for this class was generated from the following file: