Home | Trees | Indices | Help |
|
---|
|
object --+ | component.Component --+ | core.Processor --+ | core.GstEncoder --+ | FlacEncoder
gstreamer-based FLAC encoder
|
|||
Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
Inherited from |
|
Allocate internal resources and reset state, so that this processor is ready for a new run. The channels, samplerate and/or blocksize and/or totalframes arguments may be required by processors which accept input. An error will occur if any of these arguments is passed to an output-only processor such as a decoder.
|
Short alphanumeric, lower-case string which uniquely identify this processor, suitable for use as an HTTP/GET argument value, in filenames, etc...
|
Return a string describing what this encode format provides, is good for, etc... The description is meant to help the end user decide what format is good for him/her
|
Return the encode/encoding format as a short string Example: "MP3", "OGG", "AVI", ...
|
Return the filename extension corresponding to this encode format
|
Return the mime type corresponding to this encode format
|
Set the metadata to be embedded in the encoded output. In non-streaming mode, this method updates the metadata directly into the output file, without re-encoding the audio data, provided this file already exists. It isn't required to call this method, but if called, it must be before process().
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 15 00:09:37 2013 | http://epydoc.sourceforge.net |