| 
jpegenc
jpegenc — Encode images in JPEG format |  | 
Object Hierarchy
  GObject
   +----GstObject
         +----GstOsxAudioSink
               +----GstJpegEnc
 
Properties
  "quality"                  gint                  : Read / Write
 
Description
Element Information
| plugin | jpeg | 
| author | Wim Taymans <wim.taymans@tvd.be> | 
| class | Codec/Encoder/Image | 
 
 
Details
GstJpegEnc
typedef struct _GstJpegEnc GstJpegEnc;
 
 
Property Details
The "quality" property
  "quality"                  gint                  : Read / Write
Quality of encoding.
Allowed values: [0,100]
Default value: 85
 
 
Signal Details
The "frame-encoded" signal
void                user_function                      (GstJpegEnc *gstjpegenc,
                                                        gpointer    user_data)       : Run Last
| gstjpegenc: | the object which received the signal. | 
| user_data: | user data set when the signal handler was connected. |