Skip to content

Commit

Permalink
chore: fix custom header
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Jul 23, 2024
1 parent 1b3ffc1 commit 1654de3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@

namespace agora {
namespace rtc {
namespace ext {

// Put this class to the agora::rtc namespaces to avoid unecessary namespace trimming(trim the `ext` namespace).
class IMediaPlayerVideoFrameObserver {
virtual void onFrame(const agora::media::base::VideoFrame *frame) = 0;
};

namespace ext {

class IMediaPlayer {
// ----------------------------- 👇🏻overload API👇🏻 -----------------------------

Expand Down

0 comments on commit 1654de3

Please sign in to comment.