All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mmm.ui.api.widget.media.UiAudioPlayer Maven / Gradle / Ivy

/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.ui.api.widget.media;

import io.github.mmm.ui.api.widget.UiNativeWidget;

/**
 * {@link UiMediaWidget} that plays audio tracks. 
* ATTENTION: This is widget is invisible. For simple usage see {@link UiMediaPlayer}. * * @since 1.0.0 */ public interface UiAudioPlayer extends UiMediaWidget, UiNativeWidget { // nothing to add... }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy