Fix invalid MediaPlayerEvents import
Created by: chromakode
This caused an error when processing source using Babel: "Attempted import error: 'EVENT_MODE_ON_RECEIVE' is not exported from '../streaming/MediaPlayerEvents'."
I've changed it to match the other uses of these constants, which caused my builds to succeed. E.g.: