gst_plugins_base/gst/audioconvert/gstaudioconvert.h
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    46 {
    46 {
    47   GstBaseTransform element;
    47   GstBaseTransform element;
    48 
    48 
    49   AudioConvertCtx ctx;
    49   AudioConvertCtx ctx;
    50 
    50 
    51   DitherType dither;
    51   GstAudioConvertDithering dither;
    52   NoiseShapingType ns;
    52   GstAudioConvertNoiseShaping ns;
    53 };
    53 };
    54 
    54 
    55 struct _GstAudioConvertClass
    55 struct _GstAudioConvertClass
    56 {
    56 {
    57   GstBaseTransformClass parent_class;
    57   GstBaseTransformClass parent_class;