/usr/include/thunderbird-11.0.1/nsIDOMHTMLMediaElement.h is in thunderbird-dev 11.0.1+build1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mozilla/dom/interfaces/html/nsIDOMHTMLMediaElement.idl
*/
#ifndef __gen_nsIDOMHTMLMediaElement_h__
#define __gen_nsIDOMHTMLMediaElement_h__
#ifndef __gen_nsIDOMHTMLElement_h__
#include "nsIDOMHTMLElement.h"
#endif
#ifndef __gen_nsIDOMMediaError_h__
#include "nsIDOMMediaError.h"
#endif
#ifndef __gen_nsIDOMTimeRanges_h__
#include "nsIDOMTimeRanges.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
#ifdef GetCurrentTime
#undef GetCurrentTime
#endif
/* starting interface: nsIDOMHTMLMediaElement */
#define NS_IDOMHTMLMEDIAELEMENT_IID_STR "1f312b70-c1e1-40ca-94d4-5f70cac773da"
#define NS_IDOMHTMLMEDIAELEMENT_IID \
{0x1f312b70, 0xc1e1, 0x40ca, \
{ 0x94, 0xd4, 0x5f, 0x70, 0xca, 0xc7, 0x73, 0xda }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMHTMLMediaElement : public nsIDOMHTMLElement {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMHTMLMEDIAELEMENT_IID)
/* readonly attribute nsIDOMMediaError error; */
NS_SCRIPTABLE NS_IMETHOD GetError(nsIDOMMediaError * *aError) = 0;
/* attribute DOMString src; */
NS_SCRIPTABLE NS_IMETHOD GetSrc(nsAString & aSrc) = 0;
NS_SCRIPTABLE NS_IMETHOD SetSrc(const nsAString & aSrc) = 0;
/* readonly attribute DOMString currentSrc; */
NS_SCRIPTABLE NS_IMETHOD GetCurrentSrc(nsAString & aCurrentSrc) = 0;
enum {
NETWORK_EMPTY = 0U,
NETWORK_IDLE = 1U,
NETWORK_LOADING = 2U,
NETWORK_NO_SOURCE = 3U
};
/* readonly attribute unsigned short networkState; */
NS_SCRIPTABLE NS_IMETHOD GetNetworkState(PRUint16 *aNetworkState) = 0;
/* attribute DOMString preload; */
NS_SCRIPTABLE NS_IMETHOD GetPreload(nsAString & aPreload) = 0;
NS_SCRIPTABLE NS_IMETHOD SetPreload(const nsAString & aPreload) = 0;
/* readonly attribute nsIDOMTimeRanges buffered; */
NS_SCRIPTABLE NS_IMETHOD GetBuffered(nsIDOMTimeRanges * *aBuffered) = 0;
/* void load (); */
NS_SCRIPTABLE NS_IMETHOD Load(void) = 0;
/* DOMString canPlayType (in DOMString type); */
NS_SCRIPTABLE NS_IMETHOD CanPlayType(const nsAString & type, nsAString & _retval NS_OUTPARAM) = 0;
enum {
HAVE_NOTHING = 0U,
HAVE_METADATA = 1U,
HAVE_CURRENT_DATA = 2U,
HAVE_FUTURE_DATA = 3U,
HAVE_ENOUGH_DATA = 4U
};
/* readonly attribute unsigned short readyState; */
NS_SCRIPTABLE NS_IMETHOD GetReadyState(PRUint16 *aReadyState) = 0;
/* readonly attribute boolean seeking; */
NS_SCRIPTABLE NS_IMETHOD GetSeeking(bool *aSeeking) = 0;
/* attribute double currentTime; */
NS_SCRIPTABLE NS_IMETHOD GetCurrentTime(double *aCurrentTime) = 0;
NS_SCRIPTABLE NS_IMETHOD SetCurrentTime(double aCurrentTime) = 0;
/* readonly attribute double initialTime; */
NS_SCRIPTABLE NS_IMETHOD GetInitialTime(double *aInitialTime) = 0;
/* readonly attribute double duration; */
NS_SCRIPTABLE NS_IMETHOD GetDuration(double *aDuration) = 0;
/* readonly attribute boolean paused; */
NS_SCRIPTABLE NS_IMETHOD GetPaused(bool *aPaused) = 0;
/* readonly attribute nsIDOMTimeRanges seekable; */
NS_SCRIPTABLE NS_IMETHOD GetSeekable(nsIDOMTimeRanges * *aSeekable) = 0;
/* readonly attribute boolean ended; */
NS_SCRIPTABLE NS_IMETHOD GetEnded(bool *aEnded) = 0;
/* readonly attribute boolean mozAutoplayEnabled; */
NS_SCRIPTABLE NS_IMETHOD GetMozAutoplayEnabled(bool *aMozAutoplayEnabled) = 0;
/* attribute boolean autoplay; */
NS_SCRIPTABLE NS_IMETHOD GetAutoplay(bool *aAutoplay) = 0;
NS_SCRIPTABLE NS_IMETHOD SetAutoplay(bool aAutoplay) = 0;
/* attribute boolean loop; */
NS_SCRIPTABLE NS_IMETHOD GetLoop(bool *aLoop) = 0;
NS_SCRIPTABLE NS_IMETHOD SetLoop(bool aLoop) = 0;
/* void play (); */
NS_SCRIPTABLE NS_IMETHOD Play(void) = 0;
/* void pause (); */
NS_SCRIPTABLE NS_IMETHOD Pause(void) = 0;
/* attribute boolean controls; */
NS_SCRIPTABLE NS_IMETHOD GetControls(bool *aControls) = 0;
NS_SCRIPTABLE NS_IMETHOD SetControls(bool aControls) = 0;
/* attribute double volume; */
NS_SCRIPTABLE NS_IMETHOD GetVolume(double *aVolume) = 0;
NS_SCRIPTABLE NS_IMETHOD SetVolume(double aVolume) = 0;
/* attribute boolean muted; */
NS_SCRIPTABLE NS_IMETHOD GetMuted(bool *aMuted) = 0;
NS_SCRIPTABLE NS_IMETHOD SetMuted(bool aMuted) = 0;
/* attribute boolean defaultMuted; */
NS_SCRIPTABLE NS_IMETHOD GetDefaultMuted(bool *aDefaultMuted) = 0;
NS_SCRIPTABLE NS_IMETHOD SetDefaultMuted(bool aDefaultMuted) = 0;
/* readonly attribute unsigned long mozChannels; */
NS_SCRIPTABLE NS_IMETHOD GetMozChannels(PRUint32 *aMozChannels) = 0;
/* readonly attribute unsigned long mozSampleRate; */
NS_SCRIPTABLE NS_IMETHOD GetMozSampleRate(PRUint32 *aMozSampleRate) = 0;
/* attribute unsigned long mozFrameBufferLength; */
NS_SCRIPTABLE NS_IMETHOD GetMozFrameBufferLength(PRUint32 *aMozFrameBufferLength) = 0;
NS_SCRIPTABLE NS_IMETHOD SetMozFrameBufferLength(PRUint32 aMozFrameBufferLength) = 0;
/* void mozLoadFrom (in nsIDOMHTMLMediaElement other); */
NS_SCRIPTABLE NS_IMETHOD MozLoadFrom(nsIDOMHTMLMediaElement *other) = 0;
/* readonly attribute double mozFragmentEnd; */
NS_SCRIPTABLE NS_IMETHOD GetMozFragmentEnd(double *aMozFragmentEnd) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMHTMLMediaElement, NS_IDOMHTMLMEDIAELEMENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMHTMLMEDIAELEMENT \
NS_SCRIPTABLE NS_IMETHOD GetError(nsIDOMMediaError * *aError); \
NS_SCRIPTABLE NS_IMETHOD GetSrc(nsAString & aSrc); \
NS_SCRIPTABLE NS_IMETHOD SetSrc(const nsAString & aSrc); \
NS_SCRIPTABLE NS_IMETHOD GetCurrentSrc(nsAString & aCurrentSrc); \
NS_SCRIPTABLE NS_IMETHOD GetNetworkState(PRUint16 *aNetworkState); \
NS_SCRIPTABLE NS_IMETHOD GetPreload(nsAString & aPreload); \
NS_SCRIPTABLE NS_IMETHOD SetPreload(const nsAString & aPreload); \
NS_SCRIPTABLE NS_IMETHOD GetBuffered(nsIDOMTimeRanges * *aBuffered); \
NS_SCRIPTABLE NS_IMETHOD Load(void); \
NS_SCRIPTABLE NS_IMETHOD CanPlayType(const nsAString & type, nsAString & _retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetReadyState(PRUint16 *aReadyState); \
NS_SCRIPTABLE NS_IMETHOD GetSeeking(bool *aSeeking); \
NS_SCRIPTABLE NS_IMETHOD GetCurrentTime(double *aCurrentTime); \
NS_SCRIPTABLE NS_IMETHOD SetCurrentTime(double aCurrentTime); \
NS_SCRIPTABLE NS_IMETHOD GetInitialTime(double *aInitialTime); \
NS_SCRIPTABLE NS_IMETHOD GetDuration(double *aDuration); \
NS_SCRIPTABLE NS_IMETHOD GetPaused(bool *aPaused); \
NS_SCRIPTABLE NS_IMETHOD GetSeekable(nsIDOMTimeRanges * *aSeekable); \
NS_SCRIPTABLE NS_IMETHOD GetEnded(bool *aEnded); \
NS_SCRIPTABLE NS_IMETHOD GetMozAutoplayEnabled(bool *aMozAutoplayEnabled); \
NS_SCRIPTABLE NS_IMETHOD GetAutoplay(bool *aAutoplay); \
NS_SCRIPTABLE NS_IMETHOD SetAutoplay(bool aAutoplay); \
NS_SCRIPTABLE NS_IMETHOD GetLoop(bool *aLoop); \
NS_SCRIPTABLE NS_IMETHOD SetLoop(bool aLoop); \
NS_SCRIPTABLE NS_IMETHOD Play(void); \
NS_SCRIPTABLE NS_IMETHOD Pause(void); \
NS_SCRIPTABLE NS_IMETHOD GetControls(bool *aControls); \
NS_SCRIPTABLE NS_IMETHOD SetControls(bool aControls); \
NS_SCRIPTABLE NS_IMETHOD GetVolume(double *aVolume); \
NS_SCRIPTABLE NS_IMETHOD SetVolume(double aVolume); \
NS_SCRIPTABLE NS_IMETHOD GetMuted(bool *aMuted); \
NS_SCRIPTABLE NS_IMETHOD SetMuted(bool aMuted); \
NS_SCRIPTABLE NS_IMETHOD GetDefaultMuted(bool *aDefaultMuted); \
NS_SCRIPTABLE NS_IMETHOD SetDefaultMuted(bool aDefaultMuted); \
NS_SCRIPTABLE NS_IMETHOD GetMozChannels(PRUint32 *aMozChannels); \
NS_SCRIPTABLE NS_IMETHOD GetMozSampleRate(PRUint32 *aMozSampleRate); \
NS_SCRIPTABLE NS_IMETHOD GetMozFrameBufferLength(PRUint32 *aMozFrameBufferLength); \
NS_SCRIPTABLE NS_IMETHOD SetMozFrameBufferLength(PRUint32 aMozFrameBufferLength); \
NS_SCRIPTABLE NS_IMETHOD MozLoadFrom(nsIDOMHTMLMediaElement *other); \
NS_SCRIPTABLE NS_IMETHOD GetMozFragmentEnd(double *aMozFragmentEnd);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMHTMLMEDIAELEMENT(_to) \
NS_SCRIPTABLE NS_IMETHOD GetError(nsIDOMMediaError * *aError) { return _to GetError(aError); } \
NS_SCRIPTABLE NS_IMETHOD GetSrc(nsAString & aSrc) { return _to GetSrc(aSrc); } \
NS_SCRIPTABLE NS_IMETHOD SetSrc(const nsAString & aSrc) { return _to SetSrc(aSrc); } \
NS_SCRIPTABLE NS_IMETHOD GetCurrentSrc(nsAString & aCurrentSrc) { return _to GetCurrentSrc(aCurrentSrc); } \
NS_SCRIPTABLE NS_IMETHOD GetNetworkState(PRUint16 *aNetworkState) { return _to GetNetworkState(aNetworkState); } \
NS_SCRIPTABLE NS_IMETHOD GetPreload(nsAString & aPreload) { return _to GetPreload(aPreload); } \
NS_SCRIPTABLE NS_IMETHOD SetPreload(const nsAString & aPreload) { return _to SetPreload(aPreload); } \
NS_SCRIPTABLE NS_IMETHOD GetBuffered(nsIDOMTimeRanges * *aBuffered) { return _to GetBuffered(aBuffered); } \
NS_SCRIPTABLE NS_IMETHOD Load(void) { return _to Load(); } \
NS_SCRIPTABLE NS_IMETHOD CanPlayType(const nsAString & type, nsAString & _retval NS_OUTPARAM) { return _to CanPlayType(type, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetReadyState(PRUint16 *aReadyState) { return _to GetReadyState(aReadyState); } \
NS_SCRIPTABLE NS_IMETHOD GetSeeking(bool *aSeeking) { return _to GetSeeking(aSeeking); } \
NS_SCRIPTABLE NS_IMETHOD GetCurrentTime(double *aCurrentTime) { return _to GetCurrentTime(aCurrentTime); } \
NS_SCRIPTABLE NS_IMETHOD SetCurrentTime(double aCurrentTime) { return _to SetCurrentTime(aCurrentTime); } \
NS_SCRIPTABLE NS_IMETHOD GetInitialTime(double *aInitialTime) { return _to GetInitialTime(aInitialTime); } \
NS_SCRIPTABLE NS_IMETHOD GetDuration(double *aDuration) { return _to GetDuration(aDuration); } \
NS_SCRIPTABLE NS_IMETHOD GetPaused(bool *aPaused) { return _to GetPaused(aPaused); } \
NS_SCRIPTABLE NS_IMETHOD GetSeekable(nsIDOMTimeRanges * *aSeekable) { return _to GetSeekable(aSeekable); } \
NS_SCRIPTABLE NS_IMETHOD GetEnded(bool *aEnded) { return _to GetEnded(aEnded); } \
NS_SCRIPTABLE NS_IMETHOD GetMozAutoplayEnabled(bool *aMozAutoplayEnabled) { return _to GetMozAutoplayEnabled(aMozAutoplayEnabled); } \
NS_SCRIPTABLE NS_IMETHOD GetAutoplay(bool *aAutoplay) { return _to GetAutoplay(aAutoplay); } \
NS_SCRIPTABLE NS_IMETHOD SetAutoplay(bool aAutoplay) { return _to SetAutoplay(aAutoplay); } \
NS_SCRIPTABLE NS_IMETHOD GetLoop(bool *aLoop) { return _to GetLoop(aLoop); } \
NS_SCRIPTABLE NS_IMETHOD SetLoop(bool aLoop) { return _to SetLoop(aLoop); } \
NS_SCRIPTABLE NS_IMETHOD Play(void) { return _to Play(); } \
NS_SCRIPTABLE NS_IMETHOD Pause(void) { return _to Pause(); } \
NS_SCRIPTABLE NS_IMETHOD GetControls(bool *aControls) { return _to GetControls(aControls); } \
NS_SCRIPTABLE NS_IMETHOD SetControls(bool aControls) { return _to SetControls(aControls); } \
NS_SCRIPTABLE NS_IMETHOD GetVolume(double *aVolume) { return _to GetVolume(aVolume); } \
NS_SCRIPTABLE NS_IMETHOD SetVolume(double aVolume) { return _to SetVolume(aVolume); } \
NS_SCRIPTABLE NS_IMETHOD GetMuted(bool *aMuted) { return _to GetMuted(aMuted); } \
NS_SCRIPTABLE NS_IMETHOD SetMuted(bool aMuted) { return _to SetMuted(aMuted); } \
NS_SCRIPTABLE NS_IMETHOD GetDefaultMuted(bool *aDefaultMuted) { return _to GetDefaultMuted(aDefaultMuted); } \
NS_SCRIPTABLE NS_IMETHOD SetDefaultMuted(bool aDefaultMuted) { return _to SetDefaultMuted(aDefaultMuted); } \
NS_SCRIPTABLE NS_IMETHOD GetMozChannels(PRUint32 *aMozChannels) { return _to GetMozChannels(aMozChannels); } \
NS_SCRIPTABLE NS_IMETHOD GetMozSampleRate(PRUint32 *aMozSampleRate) { return _to GetMozSampleRate(aMozSampleRate); } \
NS_SCRIPTABLE NS_IMETHOD GetMozFrameBufferLength(PRUint32 *aMozFrameBufferLength) { return _to GetMozFrameBufferLength(aMozFrameBufferLength); } \
NS_SCRIPTABLE NS_IMETHOD SetMozFrameBufferLength(PRUint32 aMozFrameBufferLength) { return _to SetMozFrameBufferLength(aMozFrameBufferLength); } \
NS_SCRIPTABLE NS_IMETHOD MozLoadFrom(nsIDOMHTMLMediaElement *other) { return _to MozLoadFrom(other); } \
NS_SCRIPTABLE NS_IMETHOD GetMozFragmentEnd(double *aMozFragmentEnd) { return _to GetMozFragmentEnd(aMozFragmentEnd); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMHTMLMEDIAELEMENT(_to) \
NS_SCRIPTABLE NS_IMETHOD GetError(nsIDOMMediaError * *aError) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetError(aError); } \
NS_SCRIPTABLE NS_IMETHOD GetSrc(nsAString & aSrc) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSrc(aSrc); } \
NS_SCRIPTABLE NS_IMETHOD SetSrc(const nsAString & aSrc) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSrc(aSrc); } \
NS_SCRIPTABLE NS_IMETHOD GetCurrentSrc(nsAString & aCurrentSrc) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCurrentSrc(aCurrentSrc); } \
NS_SCRIPTABLE NS_IMETHOD GetNetworkState(PRUint16 *aNetworkState) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNetworkState(aNetworkState); } \
NS_SCRIPTABLE NS_IMETHOD GetPreload(nsAString & aPreload) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPreload(aPreload); } \
NS_SCRIPTABLE NS_IMETHOD SetPreload(const nsAString & aPreload) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPreload(aPreload); } \
NS_SCRIPTABLE NS_IMETHOD GetBuffered(nsIDOMTimeRanges * *aBuffered) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBuffered(aBuffered); } \
NS_SCRIPTABLE NS_IMETHOD Load(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Load(); } \
NS_SCRIPTABLE NS_IMETHOD CanPlayType(const nsAString & type, nsAString & _retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->CanPlayType(type, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetReadyState(PRUint16 *aReadyState) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReadyState(aReadyState); } \
NS_SCRIPTABLE NS_IMETHOD GetSeeking(bool *aSeeking) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSeeking(aSeeking); } \
NS_SCRIPTABLE NS_IMETHOD GetCurrentTime(double *aCurrentTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCurrentTime(aCurrentTime); } \
NS_SCRIPTABLE NS_IMETHOD SetCurrentTime(double aCurrentTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCurrentTime(aCurrentTime); } \
NS_SCRIPTABLE NS_IMETHOD GetInitialTime(double *aInitialTime) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetInitialTime(aInitialTime); } \
NS_SCRIPTABLE NS_IMETHOD GetDuration(double *aDuration) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDuration(aDuration); } \
NS_SCRIPTABLE NS_IMETHOD GetPaused(bool *aPaused) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPaused(aPaused); } \
NS_SCRIPTABLE NS_IMETHOD GetSeekable(nsIDOMTimeRanges * *aSeekable) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSeekable(aSeekable); } \
NS_SCRIPTABLE NS_IMETHOD GetEnded(bool *aEnded) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEnded(aEnded); } \
NS_SCRIPTABLE NS_IMETHOD GetMozAutoplayEnabled(bool *aMozAutoplayEnabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMozAutoplayEnabled(aMozAutoplayEnabled); } \
NS_SCRIPTABLE NS_IMETHOD GetAutoplay(bool *aAutoplay) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAutoplay(aAutoplay); } \
NS_SCRIPTABLE NS_IMETHOD SetAutoplay(bool aAutoplay) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAutoplay(aAutoplay); } \
NS_SCRIPTABLE NS_IMETHOD GetLoop(bool *aLoop) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLoop(aLoop); } \
NS_SCRIPTABLE NS_IMETHOD SetLoop(bool aLoop) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLoop(aLoop); } \
NS_SCRIPTABLE NS_IMETHOD Play(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Play(); } \
NS_SCRIPTABLE NS_IMETHOD Pause(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Pause(); } \
NS_SCRIPTABLE NS_IMETHOD GetControls(bool *aControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetControls(aControls); } \
NS_SCRIPTABLE NS_IMETHOD SetControls(bool aControls) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetControls(aControls); } \
NS_SCRIPTABLE NS_IMETHOD GetVolume(double *aVolume) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetVolume(aVolume); } \
NS_SCRIPTABLE NS_IMETHOD SetVolume(double aVolume) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetVolume(aVolume); } \
NS_SCRIPTABLE NS_IMETHOD GetMuted(bool *aMuted) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMuted(aMuted); } \
NS_SCRIPTABLE NS_IMETHOD SetMuted(bool aMuted) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMuted(aMuted); } \
NS_SCRIPTABLE NS_IMETHOD GetDefaultMuted(bool *aDefaultMuted) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDefaultMuted(aDefaultMuted); } \
NS_SCRIPTABLE NS_IMETHOD SetDefaultMuted(bool aDefaultMuted) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDefaultMuted(aDefaultMuted); } \
NS_SCRIPTABLE NS_IMETHOD GetMozChannels(PRUint32 *aMozChannels) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMozChannels(aMozChannels); } \
NS_SCRIPTABLE NS_IMETHOD GetMozSampleRate(PRUint32 *aMozSampleRate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMozSampleRate(aMozSampleRate); } \
NS_SCRIPTABLE NS_IMETHOD GetMozFrameBufferLength(PRUint32 *aMozFrameBufferLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMozFrameBufferLength(aMozFrameBufferLength); } \
NS_SCRIPTABLE NS_IMETHOD SetMozFrameBufferLength(PRUint32 aMozFrameBufferLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMozFrameBufferLength(aMozFrameBufferLength); } \
NS_SCRIPTABLE NS_IMETHOD MozLoadFrom(nsIDOMHTMLMediaElement *other) { return !_to ? NS_ERROR_NULL_POINTER : _to->MozLoadFrom(other); } \
NS_SCRIPTABLE NS_IMETHOD GetMozFragmentEnd(double *aMozFragmentEnd) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMozFragmentEnd(aMozFragmentEnd); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMHTMLMediaElement : public nsIDOMHTMLMediaElement
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMHTMLMEDIAELEMENT
nsDOMHTMLMediaElement();
private:
~nsDOMHTMLMediaElement();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMHTMLMediaElement, nsIDOMHTMLMediaElement)
nsDOMHTMLMediaElement::nsDOMHTMLMediaElement()
{
/* member initializers and constructor code */
}
nsDOMHTMLMediaElement::~nsDOMHTMLMediaElement()
{
/* destructor code */
}
/* readonly attribute nsIDOMMediaError error; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetError(nsIDOMMediaError * *aError)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString src; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetSrc(nsAString & aSrc)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetSrc(const nsAString & aSrc)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute DOMString currentSrc; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetCurrentSrc(nsAString & aCurrentSrc)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned short networkState; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetNetworkState(PRUint16 *aNetworkState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString preload; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetPreload(nsAString & aPreload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetPreload(const nsAString & aPreload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMTimeRanges buffered; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetBuffered(nsIDOMTimeRanges * *aBuffered)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void load (); */
NS_IMETHODIMP nsDOMHTMLMediaElement::Load()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* DOMString canPlayType (in DOMString type); */
NS_IMETHODIMP nsDOMHTMLMediaElement::CanPlayType(const nsAString & type, nsAString & _retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned short readyState; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetReadyState(PRUint16 *aReadyState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean seeking; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetSeeking(bool *aSeeking)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double currentTime; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetCurrentTime(double *aCurrentTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetCurrentTime(double aCurrentTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute double initialTime; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetInitialTime(double *aInitialTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute double duration; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetDuration(double *aDuration)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean paused; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetPaused(bool *aPaused)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMTimeRanges seekable; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetSeekable(nsIDOMTimeRanges * *aSeekable)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean ended; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetEnded(bool *aEnded)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean mozAutoplayEnabled; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetMozAutoplayEnabled(bool *aMozAutoplayEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean autoplay; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetAutoplay(bool *aAutoplay)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetAutoplay(bool aAutoplay)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean loop; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetLoop(bool *aLoop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetLoop(bool aLoop)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void play (); */
NS_IMETHODIMP nsDOMHTMLMediaElement::Play()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void pause (); */
NS_IMETHODIMP nsDOMHTMLMediaElement::Pause()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean controls; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetControls(bool *aControls)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetControls(bool aControls)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute double volume; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetVolume(double *aVolume)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetVolume(double aVolume)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean muted; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetMuted(bool *aMuted)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetMuted(bool aMuted)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean defaultMuted; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetDefaultMuted(bool *aDefaultMuted)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetDefaultMuted(bool aDefaultMuted)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long mozChannels; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetMozChannels(PRUint32 *aMozChannels)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long mozSampleRate; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetMozSampleRate(PRUint32 *aMozSampleRate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long mozFrameBufferLength; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetMozFrameBufferLength(PRUint32 *aMozFrameBufferLength)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLMediaElement::SetMozFrameBufferLength(PRUint32 aMozFrameBufferLength)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void mozLoadFrom (in nsIDOMHTMLMediaElement other); */
NS_IMETHODIMP nsDOMHTMLMediaElement::MozLoadFrom(nsIDOMHTMLMediaElement *other)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute double mozFragmentEnd; */
NS_IMETHODIMP nsDOMHTMLMediaElement::GetMozFragmentEnd(double *aMozFragmentEnd)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMHTMLMediaElement_h__ */
|