| Index: Source/modules/mediasource/SourceBuffer.idl
|
| diff --git a/Source/modules/mediasource/SourceBuffer.idl b/Source/modules/mediasource/SourceBuffer.idl
|
| index 2bad546919ff120470f0a74db96bdaf34f0c4ece..f254f032367312d103e8f99361467d52919bdb78 100644
|
| --- a/Source/modules/mediasource/SourceBuffer.idl
|
| +++ b/Source/modules/mediasource/SourceBuffer.idl
|
| @@ -42,6 +42,12 @@
|
| // Applies an offset to media segment timestamps.
|
| [SetterRaisesException] attribute double timestampOffset;
|
|
|
| + // Presentation timestamp for the start of append window.
|
| + [SetterRaisesException] attribute double appendWindowStart;
|
| +
|
| + // Presentation timestamp for the end of append window.
|
| + [SetterRaisesException] attribute double appendWindowEnd;
|
| +
|
| // Append segment data.
|
| [RaisesException] void appendBuffer(ArrayBuffer data);
|
| [RaisesException] void appendBuffer(ArrayBufferView data);
|
|
|