| 
               | 
            
              Signal Properties | 
          
The Signal type exposes the following members.
| Name | Description | |
|---|---|---|
| Channels | 
              Gets the number of channels of this signal.
              | |
| Data | 
              Gets a pointer to the first sample of the signal.
              | |
| Duration | 
              Gets the signal duration in milliseconds.
              | |
| Length | 
              Gets the number of samples in each channel of this signal,
              as known as the number of frames in the signal.
              | |
| RawData | 
              Gets the raw binary data representing the signal.
              | |
| SampleFormat | 
              Gets the sample format used by this signal.
              | |
| SampleRate | 
              Gets the number of samples per second for this signal.
              | |
| Samples | 
              Gets the total number of samples in this signal.
              |