Vertaling van "MediaPlayer" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Nótese que el objeto MediaPlayer es creado fuera del manejador de eventos.
Notice that the MediaPlayer object is created outside of the event handler.
MediaPlayer es el reproductor predeterminado para todos los archivos de audio y video.
MediaPlayer is the default player for all audio and video files.
Estoy intentando utilizar *MediaPlayer para jugar sonidos de fondo para mi juego.
I am trying to use MediaPlayer to play background sounds for my game.
El MediaPlayer ofrece combinaciones de teclado cómodas para controlar la reproducción sin usar el ratón.
MediaPlayer offers convenient key combinations to control playback without using the mouse.
MediaPlayer admite el encadenamiento de transmisiones de audio para reproducir archivos de audio sin pausas.
MediaPlayer supports chaining audio streams together to play audio files without pauses.
También brevemente se ejecutará a través del proceso de presentar el vídeo usando la clase MediaPlayer.
We will also briefly run through the process of presenting the video using the MediaPlayer class.
Esta es una aplicación de demostración para que le enseñe el construir un reproductor de música con MediaPlayer.
This is a demo app for show you how to build a music player with MediaPlayer.
Hay varias opciones para ajustar el comportamiento de MediaPlayer
Una vez que esté hecho, se usará la instancia previamente creada de la clase MediaPlayer para abrir y reproducir ese fichero.
Once that is done, it will use the already created MediaPlayer instance to open and play this file.
Añade grabaciones a la biblioteca de medios de comunicación para que puedan ser reproducidos en el MediaPlayer
Adds recordings to media library so they can be played in MediaPlayer
En la próxima parte, comenzaremos la reproducción cuando el usuario seleccione una canción, utilizando la clase MediaPlayer.
In the next part, we will begin playback when the user selects a song using the MediaPlayer class.
También pensaba que podrías crear 2 *MediaPlayer objetos y el que no está jugando en el momento está siendo preparado en el fondo con el dato nuevo que llegó.
I was also thinking that you could create 2 MediaPlayer objects and the one that is not playing at the moment is being prepared in the background with the new data that arrived.
Reproducir un fichero MP3 con la clase MediaPlayer es muy simple, como veremos en el siguiente ejemplo
Playing an MP3 file with the MediaPlayer class is very simple, as we'll see in this next example