48 #include "nsISupports.idl"
49 #include "nspluginroot.idl"
52 #include "nsplugindefs.h"
55 [uuid(3a5fa31d-1ac1-4ea7-b7a6-dc9db0000b79)]
58 readonly attribute
string contentType;
60 void isSeekable(out
boolean aSeekable);
62 readonly attribute
unsigned long length;
64 readonly attribute
unsigned long lastModified;
66 void getURL(out constCharPtr aURL);
68 void requestRead(in nsByteRangePtr aRangeList);
70 attribute
long streamOffset;