com.vaadin.shared.ui.

Interface MediaControl

  • All Superinterfaces:

    ClientRpc, Serializable

    public interface MediaControl
    extends ClientRpc

    Server to client RPC interface for controlling playback of the media.

    Since:

    7.0

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void pause()

      Pause playback of the media.

      void play()

      Start playing the media.

    • Method Detail

      • play

        @NoLayout
        void play()

        Start playing the media.

      • pause

        @NoLayout
        void pause()

        Pause playback of the media.