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

Commit a927693f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add case for MEDIA_STARTED" am: 080e9770 am: fa540798

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1879607

Change-Id: Ibbe53c2d62f9a5249ceac8c08e75116bf476d274
parents 8aaf536e fa540798
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -949,6 +949,9 @@ void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj)
        mVideoWidth = ext1;
        mVideoHeight = ext2;
        break;
    case MEDIA_STARTED:
        ALOGV("Received media started message");
        break;
    case MEDIA_NOTIFY_TIME:
        ALOGV("Received notify time message");
        break;