Description
Returns Media Settings Object
to specify quality and conversion settings of audio, video and embedded Flash.
Type
Media Settings Object
Example
Sub Sample()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\test.ppt"
fs.Settings.Media.ExportAudio = True
fs.Settings.Media.AudioBitrate = AB_ORIGINAL
fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
fs.ClosePresentation
fs.ClosePowerPoint
End Sub