Renderer.MessageType
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(open = true, value = )
public annotation Renderer.MessageType
Represents a type of message that can be passed to a renderer. May be one of MSG_SET_VIDEO_OUTPUT
, MSG_SET_VOLUME
, MSG_SET_AUDIO_ATTRIBUTES
, MSG_SET_SCALING_MODE
, MSG_SET_CHANGE_FRAME_RATE_STRATEGY
, MSG_SET_AUX_EFFECT_INFO
, MSG_SET_VIDEO_FRAME_METADATA_LISTENER
, MSG_SET_CAMERA_MOTION_LISTENER
, MSG_SET_SKIP_SILENCE_ENABLED
, MSG_SET_AUDIO_SESSION_ID
, MSG_SET_WAKEUP_LISTENER
, MSG_SET_VIDEO_EFFECTS
, MSG_SET_VIDEO_OUTPUT_RESOLUTION
or MSG_SET_IMAGE_OUTPUT
. May also be an app-defined value (see MSG_CUSTOM_BASE
).