FreeRDP
ADPCM Union Reference

#include <dsp.h>

Data Fields

struct {
   INT16   last_sample [2]
 
   INT16   last_step [2]
 
ima
 
struct {
   BYTE   predictor [2]
 
   INT32   delta [2]
 
   INT32   sample1 [2]
 
   INT32   sample2 [2]
 
ms
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Digital Sound Processing

Copyright 2010-2011 Vic Lee

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Field Documentation

INT32 ADPCM::delta[2]
struct { ... } ADPCM::ima
INT16 ADPCM::last_sample[2]
INT16 ADPCM::last_step[2]
struct { ... } ADPCM::ms
BYTE ADPCM::predictor[2]
INT32 ADPCM::sample1[2]
INT32 ADPCM::sample2[2]

The documentation for this union was generated from the following file: