Public Member Functions | Properties | List of all members
JPEGConverter Class Reference

A JPEG converter object. More...

Inherits Converter.

Public Member Functions

cvb.webstreaming.JPEGConverter create ()
 Creates a new JPEG converter. More...
 

Properties

 quality = property
 int: Get or set the quality of the JPEG conversion. More...
 
 scale = property
 int: Get or set the scale of the JPEG conversion. More...
 

Detailed Description

A JPEG converter object.

Converter for sending JPEG converted image data.

Member Function Documentation

◆ create()

Creates a new JPEG converter.

Returns

cvb.webstreaming.JPEGConverter The converter.

Property Documentation

◆ quality

quality = property
static

int: Get or set the quality of the JPEG conversion.

The quality must be in range 1...100. Default is 95.

◆ scale

scale = property
static

int: Get or set the scale of the JPEG conversion.

The scale must be in range 1...16. Default is 8.