Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e91dc4f6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set visualizer captureSize"

parents 9c45deea 734d57ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ status_t AidlConversionVisualizer::setParameter(EffectParamReader& param) {
    Parameter aidlParam;
    switch (type) {
        case VISUALIZER_PARAM_CAPTURE_SIZE: {
            mCaptureSize = value;
            aidlParam = MAKE_SPECIFIC_PARAMETER(Visualizer, visualizer, captureSamples, value);
            break;
        }