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

Commit 1d8b3b68 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Remove AudioRecord::notificationFrames()

This API was unused, and is not present in AudioTrack

Change-Id: I66a1eedc149af085269c0f438c3c8d4e226a0e5b
parent 4c36d6f4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -249,11 +249,6 @@ public:
     */
            uint32_t    getSampleRate() const   { return mSampleRate; }

    /* Return the notification frame count.
     * This is approximately how often the callback is invoked, for transfer type TRANSFER_CALLBACK.
     */
            size_t      notificationFrames() const  { return mNotificationFramesAct; }

    /* Sets marker position. When record reaches the number of frames specified,
     * a callback with event type EVENT_MARKER is called. Calling setMarkerPosition
     * with marker == 0 cancels marker notification callback.