mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Backed out changeset b79cbaa5cf1a (bug 1322650)
This commit is contained in:
parent
8eeeb93b94
commit
258857a6e9
@ -13,7 +13,7 @@ import org.mozilla.gecko.media.Sample;
|
||||
|
||||
interface ICodec {
|
||||
void setCallbacks(in ICodecCallbacks callbacks);
|
||||
boolean configure(in FormatParam format, in Surface surface, int flags, in String drmStubId);
|
||||
boolean configure(in FormatParam format, inout Surface surface, int flags, in String drmStubId);
|
||||
boolean isAdaptivePlaybackSupported();
|
||||
void start();
|
||||
void stop();
|
||||
|
Loading…
Reference in New Issue
Block a user