![JAR search and dependency download from the Maven repository](/logo.png)
elemental2.dom.MediaStreamTrackGeneratorInit Maven / Gradle / Ivy
package elemental2.dom;
import jsinterop.annotations.JsProperty;
import jsinterop.base.Js;
import jsinterop.annotations.JsOverlay;
import java.lang.String;
import jsinterop.annotations.JsType;
import jsinterop.annotations.JsPackage;
import jsinterop.base.JsPropertyMap;
@JsType(isNative = true,namespace = JsPackage.GLOBAL)
public interface MediaStreamTrackGeneratorInit{
@JsOverlay
static MediaStreamTrackGeneratorInit create(){
return Js.uncheckedCast(JsPropertyMap.of());
}
@JsProperty
String getKind();
@JsProperty
void setKind(String kind);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy