AudioFrame

AudioFrame class

Represents an audio clip on a slide.

getAudioCdEndTrack

NameDescription
getAudioCdEndTrack()Returns or sets a last track index Read/write int.

Returns: int


getAudioCdEndTrackTime

NameDescription
getAudioCdEndTrackTime()Returns or sets a last track time. Read/write int.

Returns: int


getAudioCdStartTrack

NameDescription
getAudioCdStartTrack()Returns or sets a start track index. Read/write int.

Returns: int


getAudioCdStartTrackTime

NameDescription
getAudioCdStartTrackTime()Returns or sets a start track time. Read/write int.

Returns: int


getCaptionTracks

NameDescription
getCaptionTracks()Gets the collection of closed captions associated with the audio frame. This property is read-only and returns an ICaptionsCollection containing all caption tracks.

Returns: CaptionsCollection


getEmbedded

NameDescription
getEmbedded()Determines whether a sound is embedded to a presentation. Read-only boolean.

Returns: boolean


getEmbeddedAudio

NameDescription
getEmbeddedAudio()Returns or sets embedded audio object. Read/write IAudio.

Returns: Audio


getFadeInDuration

NameDescription
getFadeInDuration()Specifies the time duration for the initial fade-in of the media in milliseconds. Read/write float.

Returns: float


getFadeOutDuration

NameDescription
getFadeOutDuration()Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float.

Returns: float


getHideAtShowing

NameDescription
getHideAtShowing()Determines whether an AudioFrame is hidden. Read/write boolean.

Returns: boolean


getLinkPathLong

NameDescription
getLinkPathLong()Returns or sets the name of an audio file which is linked to an AudioFrame. Read/write String.

Returns: String


getPlayAcrossSlides

NameDescription
getPlayAcrossSlides()Determines whether audio is playing across the slides. Read/write boolean.

Returns: boolean


getPlayLoopMode

NameDescription
getPlayLoopMode()Determines whether an audio is looped. Read/write boolean.

Returns: boolean


getPlayMode

NameDescription
getPlayMode()Returns or sets the audio play mode. Read/write AudioPlayModePreset.

Returns: int


getRewindAudio

NameDescription
getRewindAudio()Determines whether audio is automatically rewinded to start after playing. Read/write boolean.

Returns: boolean


getTrimFromEnd

NameDescription
getTrimFromEnd()Specifies the time duration to be removed from the end of the media during playback, in milliseconds. Read/write float.

Returns: float


getTrimFromStart

NameDescription
getTrimFromStart()Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float.

Returns: float


getVolume

NameDescription
getVolume()Returns or sets the audio volume. Read/write AudioVolumeMode.

Returns: int


getVolumeValue

NameDescription
getVolumeValue()Returns or sets the audio volume in percents. Read/write float.

Returns: float


setAudioCdEndTrack

NameDescription
setAudioCdEndTrack(int)Returns or sets a last track index Read/write int.

setAudioCdEndTrackTime

NameDescription
setAudioCdEndTrackTime(int)Returns or sets a last track time. Read/write int.

setAudioCdStartTrack

NameDescription
setAudioCdStartTrack(int)Returns or sets a start track index. Read/write int.

setAudioCdStartTrackTime

NameDescription
setAudioCdStartTrackTime(int)Returns or sets a start track time. Read/write int.

setEmbeddedAudio

NameDescription
setEmbeddedAudio(Audio)Returns or sets embedded audio object. Read/write IAudio.

setFadeInDuration

NameDescription
setFadeInDuration(float)Specifies the time duration for the initial fade-in of the media in milliseconds. Read/write float.

setFadeOutDuration

NameDescription
setFadeOutDuration(float)Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float.

setHideAtShowing

NameDescription
setHideAtShowing(boolean)Determines whether an AudioFrame is hidden. Read/write boolean.

setLinkPathLong

NameDescription
setLinkPathLong(String)Returns or sets the name of an audio file which is linked to an AudioFrame. Read/write String.

setPlayAcrossSlides

NameDescription
setPlayAcrossSlides(boolean)Determines whether audio is playing across the slides. Read/write boolean.

setPlayLoopMode

NameDescription
setPlayLoopMode(boolean)Determines whether an audio is looped. Read/write boolean.

setPlayMode

NameDescription
setPlayMode(int)Returns or sets the audio play mode. Read/write AudioPlayModePreset.

setRewindAudio

NameDescription
setRewindAudio(boolean)Determines whether audio is automatically rewinded to start after playing. Read/write boolean.

setTrimFromEnd

NameDescription
setTrimFromEnd(float)Specifies the time duration to be removed from the end of the media during playback, in milliseconds. Read/write float.

setTrimFromStart

NameDescription
setTrimFromStart(float)Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float.

setVolume

NameDescription
setVolume(int)Returns or sets the audio volume. Read/write AudioVolumeMode.

setVolumeValue

NameDescription
setVolumeValue(float)Returns or sets the audio volume in percents. Read/write float.