iSpring.MediaSettings Interface
The MediaSettings Interface represents media format and compression settings.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
AudioBitrate |
Read/write |
AB_128 |
Audio bitrate used for audio compression. |
|
|
ExportAudio |
bool |
Read/write |
true |
Indicates whether audio files are processed |
|
ExportEmbeddedFlash |
bool |
Read/write |
true |
Indicates whether embedded Flash movies are processed |
|
ExportVideo |
bool |
Read/write |
true |
Indicates whether video files are processed |
|
ImageQuality |
int |
Read/write |
75 |
JPEG quality of raster images. Possible values are in range 0:100. |
|
GifImageQuality |
int |
Read/write |
=ImageQuality |
JPEG quality of animated GIF images. Possible values are in range 0:100.
See ImageQuality property for details. |
|
JpegImageQuality |
int |
Read/write |
=ImageQuality |
JPEG quality of photorealistic images. Possible values are in range
0:100. |
|
RasterizeChartsAndGraphs |
bool |
Read/write |
false |
Indicates whether graphs and charts are stored in raster form. Setting
this option to true can improve complex charts and graphs
conversion quality. |
|
StoreAudioExternally |
bool |
Read/write |
false |
Indicates whether audio files are embedded into the generated slides
or stored externally. |
|
StoreFlashExternally |
bool |
Read/write |
false |
Indicates whether Flash movies are embedded into the generated slides
or stored externally. |
|
StoreVideoExternally |
bool |
Read/write |
false |
Indicates whether video files are embedded into the generated Flash
presentation or saved separately into .FLV files. |
|
VideoBitrate |
int |
Read/write |
400 |
Video files compression bit rate. Possible values are from 50 to 4000 kbit/sec |
See also
PresentationConverter Class
Settings Interface
iSpring SDK COM API
Flash format limitations