DeviceInfo.PlaybackType
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation DeviceInfo.PlaybackType
Types of playback. One of PLAYBACK_TYPE_LOCAL
or PLAYBACK_TYPE_REMOTE
.