Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/MultimediaInfo.html"title="class in it.sauronsoftware.jave">MultimediaInfo</A>
<DD>Returns the multimedia file format name.
<DD>Returns the multimedia file formatHandle name.
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file format is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file formatHandle is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/EncodingAttributes.html"title="class in it.sauronsoftware.jave">EncodingAttributes</A>
<DD>Sets the format name for the encoded target multimedia file.
<DD>Sets the formatHandle name for the encoded target multimedia file.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/VideoAttributes.html"title="class in it.sauronsoftware.jave">VideoAttributes</A>
<DD>Sets the frame rate value for the encoding process.
Returns a set informations about a multimedia file, if its format is
Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
...
...
@@ -291,7 +291,7 @@ public java.lang.String[] <B>getAudioDecoders</B>()
<DL>
<DD>Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use. An audio stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -329,7 +329,7 @@ public java.lang.String[] <B>getVideoDecoders</B>()
<DL>
<DD>Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use. A video stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -367,7 +367,7 @@ public java.lang.String[] <B>getSupportedEncodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution. A multimedia file
could be encoded and generated only if the specified format is in this
could be encoded and generated only if the specified formatHandle is in this
list.
<P>
<DD><DL>
...
...
@@ -388,7 +388,7 @@ public java.lang.String[] <B>getSupportedDecodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution. A multimedia file
could be open and decoded only if its format is in this list.
could be open and decoded only if its formatHandle is in this list.
<P>
<DD><DL>
...
...
@@ -407,14 +407,14 @@ public <A HREF="../../../it/sauronsoftware/jave/MultimediaInfo.html" title="clas
throws <AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A>,
<AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></PRE>
<DL>
<DD>Returns a set informations about a multimedia file, if its format is
<DD>Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - The source multimedia file.
<DT><B>Returns:</B><DD>A set of informations about the file and its contents.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the format of the source file cannot be recognized and
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the formatHandle of the source file cannot be recognized and
decoded.
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></CODE> - If a problem occurs calling the underlying ffmpeg executable.</DL>
public void <B>setFormat</B>(java.lang.String format)</PRE>
public void <B>setFormat</B>(java.lang.String formatHandle)</PRE>
<DL>
<DD>Sets the format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>Sets the formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>format</CODE> - The format name for the encoded target multimedia file.</DL>
<DT><B>Parameters:</B><DD><CODE>formatHandle</CODE> - The formatHandle name for the encoded target multimedia file.</DL>
@@ -102,7 +102,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TD><CODE><B><AHREF="../../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></CODE>
<BR>
This expection is thrown if a source file format is not recognized.</TD>
This expection is thrown if a source file formatHandle is not recognized.</TD>
</TR>
</TABLE>
...
...
@@ -157,7 +157,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
@@ -167,7 +167,7 @@ JAVE - Java Audio Video Encoder
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></TD>
<TD>This expection is thrown if a source file format is not recognized.</TD>
<TD>This expection is thrown if a source file formatHandle is not recognized.</TD>
<DD>The format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>The formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/MultimediaInfo.html"title="class in it.sauronsoftware.jave">MultimediaInfo</A>
<DD>Returns the multimedia file format name.
<DD>Returns the multimedia file formatHandle name.
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file format is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file formatHandle is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD>JAVE - Java Audio Video Encoder</DL>
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/EncodingAttributes.html"title="class in it.sauronsoftware.jave">EncodingAttributes</A>
<DD>Sets the format name for the encoded target multimedia file.
<DD>Sets the formatHandle name for the encoded target multimedia file.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/VideoAttributes.html"title="class in it.sauronsoftware.jave">VideoAttributes</A>
<DD>Sets the frame rate value for the encoding process.
Returns a set informations about a multimedia file, if its format is
Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
...
...
@@ -291,7 +291,7 @@ public java.lang.String[] <B>getAudioDecoders</B>()
<DL>
<DD>Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use. An audio stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -329,7 +329,7 @@ public java.lang.String[] <B>getVideoDecoders</B>()
<DL>
<DD>Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use. A video stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -367,7 +367,7 @@ public java.lang.String[] <B>getSupportedEncodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution. A multimedia file
could be encoded and generated only if the specified format is in this
could be encoded and generated only if the specified formatHandle is in this
list.
<P>
<DD><DL>
...
...
@@ -388,7 +388,7 @@ public java.lang.String[] <B>getSupportedDecodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution. A multimedia file
could be open and decoded only if its format is in this list.
could be open and decoded only if its formatHandle is in this list.
<P>
<DD><DL>
...
...
@@ -407,14 +407,14 @@ public <A HREF="../../../it/sauronsoftware/jave/MultimediaInfo.html" title="clas
throws <AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A>,
<AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></PRE>
<DL>
<DD>Returns a set informations about a multimedia file, if its format is
<DD>Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - The source multimedia file.
<DT><B>Returns:</B><DD>A set of informations about the file and its contents.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the format of the source file cannot be recognized and
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the formatHandle of the source file cannot be recognized and
decoded.
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></CODE> - If a problem occurs calling the underlying ffmpeg executable.</DL>
public void <B>setFormat</B>(java.lang.String format)</PRE>
public void <B>setFormat</B>(java.lang.String formatHandle)</PRE>
<DL>
<DD>Sets the format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>Sets the formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>format</CODE> - The format name for the encoded target multimedia file.</DL>
<DT><B>Parameters:</B><DD><CODE>formatHandle</CODE> - The formatHandle name for the encoded target multimedia file.</DL>
@@ -102,7 +102,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TD><CODE><B><AHREF="../../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></CODE>
<BR>
This expection is thrown if a source file format is not recognized.</TD>
This expection is thrown if a source file formatHandle is not recognized.</TD>
</TR>
</TABLE>
...
...
@@ -157,7 +157,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
@@ -167,7 +167,7 @@ JAVE - Java Audio Video Encoder
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></TD>
<TD>This expection is thrown if a source file format is not recognized.</TD>
<TD>This expection is thrown if a source file formatHandle is not recognized.</TD>
<DD>The format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>The formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/MultimediaInfo.html"title="class in it.sauronsoftware.jave">MultimediaInfo</A>
<DD>Returns the multimedia file format name.
<DD>Returns the multimedia file formatHandle name.
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file format is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD> </DL>
<DT><AHREF="../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave"><B>InputFormatException</B></A> - Exception in <AHREF="../it/sauronsoftware/jave/package-summary.html">it.sauronsoftware.jave</A><DD>This expection is thrown if a source file formatHandle is not recognized.<DT><AHREF="../it/sauronsoftware/jave/package-summary.html"><B>it.sauronsoftware.jave</B></A> - package it.sauronsoftware.jave<DD> </DL>
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/EncodingAttributes.html"title="class in it.sauronsoftware.jave">EncodingAttributes</A>
<DD>Sets the format name for the encoded target multimedia file.
<DD>Sets the formatHandle name for the encoded target multimedia file.
Method in class it.sauronsoftware.jave.<AHREF="../it/sauronsoftware/jave/VideoAttributes.html"title="class in it.sauronsoftware.jave">VideoAttributes</A>
<DD>Sets the frame rate value for the encoding process.
Returns a set informations about a multimedia file, if its format is
Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
...
...
@@ -291,7 +291,7 @@ public java.lang.String[] <B>getAudioDecoders</B>()
<DL>
<DD>Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use. An audio stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -329,7 +329,7 @@ public java.lang.String[] <B>getVideoDecoders</B>()
<DL>
<DD>Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use. A video stream can be decoded only if a
decoder for its format is available.
decoder for its formatHandle is available.
<P>
<DD><DL>
...
...
@@ -367,7 +367,7 @@ public java.lang.String[] <B>getSupportedEncodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution. A multimedia file
could be encoded and generated only if the specified format is in this
could be encoded and generated only if the specified formatHandle is in this
list.
<P>
<DD><DL>
...
...
@@ -388,7 +388,7 @@ public java.lang.String[] <B>getSupportedDecodingFormats</B>()
<DL>
<DD>Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution. A multimedia file
could be open and decoded only if its format is in this list.
could be open and decoded only if its formatHandle is in this list.
<P>
<DD><DL>
...
...
@@ -407,14 +407,14 @@ public <A HREF="../../../it/sauronsoftware/jave/MultimediaInfo.html" title="clas
throws <AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A>,
<AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></PRE>
<DL>
<DD>Returns a set informations about a multimedia file, if its format is
<DD>Returns a set informations about a multimedia file, if its formatHandle is
supported for decoding.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - The source multimedia file.
<DT><B>Returns:</B><DD>A set of informations about the file and its contents.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the format of the source file cannot be recognized and
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></CODE> - If the formatHandle of the source file cannot be recognized and
decoded.
<DD><CODE><AHREF="../../../it/sauronsoftware/jave/EncoderException.html"title="class in it.sauronsoftware.jave">EncoderException</A></CODE> - If a problem occurs calling the underlying ffmpeg executable.</DL>
public void <B>setFormat</B>(java.lang.String format)</PRE>
public void <B>setFormat</B>(java.lang.String formatHandle)</PRE>
<DL>
<DD>Sets the format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>Sets the formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="../../../it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>format</CODE> - The format name for the encoded target multimedia file.</DL>
<DT><B>Parameters:</B><DD><CODE>formatHandle</CODE> - The formatHandle name for the encoded target multimedia file.</DL>
@@ -102,7 +102,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TD><CODE><B><AHREF="../../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></CODE>
<BR>
This expection is thrown if a source file format is not recognized.</TD>
This expection is thrown if a source file formatHandle is not recognized.</TD>
</TR>
</TABLE>
...
...
@@ -157,7 +157,7 @@ Uses of <A HREF="../../../../it/sauronsoftware/jave/EncoderException.html" title
<TDWIDTH="15%"><B><AHREF="../../../it/sauronsoftware/jave/InputFormatException.html"title="class in it.sauronsoftware.jave">InputFormatException</A></B></TD>
<TD>This expection is thrown if a source file format is not recognized.</TD>
<TD>This expection is thrown if a source file formatHandle is not recognized.</TD>
<DD>The format name for the encoded target multimedia file. Be sure this
format is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.
<DD>The formatHandle name for the encoded target multimedia file. Be sure this
formatHandle is supported (see <AHREF="it/sauronsoftware/jave/Encoder.html#getSupportedEncodingFormats()"><CODE>Encoder.getSupportedEncodingFormats()</CODE></A>.