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

Commit 95cae893 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by Android (Google) Code Review
Browse files

Merge "Explicit define getFrameAtIndex as pure virtual function."

parents 02ce5a7f 93623590
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public:
            int index, int colorFormat, bool metaOnly) = 0;
    virtual status_t getFrameAtIndex(
            std::vector<VideoFrame*>* frames,
            int frameIndex, int numFrames, int colorFormat, bool metaOnly);
            int frameIndex, int numFrames, int colorFormat, bool metaOnly) = 0;
    virtual MediaAlbumArt* extractAlbumArt() = 0;
    virtual const char* extractMetadata(int keyCode) = 0;
};