Compartir a través de


RemoteControlClient.PlaystateFastForwarding Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Media.RemoteControlPlayState enum directly instead of this field.

Estado de reproducción de un RemoteControlClient que es un reenvío rápido en los medios que está reproduciendo actualmente.

[Android.Runtime.Register("PLAYSTATE_FAST_FORWARDING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RemoteControlPlayState enum directly instead of this field.", true)]
public const Android.Media.RemoteControlPlayState PlaystateFastForwarding = 4;
[<Android.Runtime.Register("PLAYSTATE_FAST_FORWARDING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.RemoteControlPlayState enum directly instead of this field.", true)>]
val mutable PlaystateFastForwarding : Android.Media.RemoteControlPlayState

Valor de campo

Value = 4
Atributos

Comentarios

Estado de reproducción de un RemoteControlClient que es un reenvío rápido en los medios que está reproduciendo actualmente.

Documentación de Java para android.media.RemoteControlClient.PLAYSTATE_FAST_FORWARDING.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Consulte también