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

Commit 0fa02f96 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

audio: Fix comment on RecordTrackMetadata.tags

Audio tags on record tracks metadata come from
audio attributes of Java AudioRecord, not from
AudioTrack.

Test: N/A
Change-Id: I27dc088ae89ba046f72bd2a22c553bcf7714dd07
parent 81fcfa62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ struct RecordTrackMetadata {
        DeviceAddress device;
    } destination;
    AudioChannelMask channelMask;
    /** Tags from AudioTrack audio atttributes */
    /** Tags from AudioRecord audio atttributes */
    vec<AudioTag> tags;
};