JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.teavm.jso.media
Interface SourceBuffer
All Superinterfaces:
JSObject
public interface
SourceBuffer
extends
JSObject
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
appendBuffer
(
Uint8Array
array)
boolean
getUpdating
()
Methods inherited from interface org.teavm.jso.
JSObject
cast
Method Details
appendBuffer
void
appendBuffer
(
Uint8Array
array)
getUpdating
boolean
getUpdating
()