29 #include "nsISupports.idl"
34 interface nsIInputStream;
35 interface nsIOutputStream;
51 [scriptable,
uuid(51d4676c-98cb-4b35-83dd-62fbbd7ab9a0)]
attribute nsIInputStream metadataImage
An input stream for the encoded image.
attribute nsIOutputStream destStream
A stream to write the output to. Used in preference to destURI if this is set.
An object capable of transcoding a source URI to a destination file.
attribute sbITranscodingConfigurator configurator
The configurator that will be used to configurate the transcoder for the specific input URI...
attribute sbIPropertyArray metadata
An array of metadata properties.
attribute AString sourceURI
The source URI to transcode from.
Base interface for all Transcoding Configurators. This interface should be implemented by any Configu...
attribute AString destURI
The destination URI to transcode to. Used only if destStream is set to a non-null value...
void transcode()
Start the transcoding operation.
PRInt32 vote(in sbIMediaItem aMediaItem)
Vote to be the handler returned for the given url.
An interface to carry around arrays of nsIProperty instances. Users of this interface should only QI ...