AudioFrame
AudioFrame class
Represents an audio clip on a slide.
getAudioCdEndTrack
Name | Description |
---|
getAudioCdEndTrack () | Returns or sets a last track index Read/write int. |
Returns:
int
getAudioCdEndTrackTime
Name | Description |
---|
getAudioCdEndTrackTime () | Returns or sets a last track time. Read/write int. |
Returns:
int
getAudioCdStartTrack
Name | Description |
---|
getAudioCdStartTrack () | Returns or sets a start track index. Read/write int. |
Returns:
int
getAudioCdStartTrackTime
Name | Description |
---|
getAudioCdStartTrackTime () | Returns or sets a start track time. Read/write int. |
Returns:
int
getEmbedded
Name | Description |
---|
getEmbedded () | Determines whether a sound is embedded to a presentation. Read-only boolean. |
Returns:
boolean
getEmbeddedAudio
Name | Description |
---|
getEmbeddedAudio () | Returns or sets embedded audio object. Read/write IAudio. |
Returns:
Audio
getFadeInDuration
Name | Description |
---|
getFadeInDuration () | Specifies the time duration for the initial fade-in of the media in milliseconds. Read/write float. |
Returns:
float
getFadeOutDuration
Name | Description |
---|
getFadeOutDuration () | Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float. |
Returns:
float
getHideAtShowing
Name | Description |
---|
getHideAtShowing () | Determines whether an AudioFrame is hidden. Read/write boolean. |
Returns:
boolean
getLinkPathLong
Name | Description |
---|
getLinkPathLong () | Returns or sets the name of an audio file which is linked to an AudioFrame. Read/write String. |
Returns:
String
getPlayAcrossSlides
Name | Description |
---|
getPlayAcrossSlides () | Determines whether audio is playing across the slides. Read/write boolean. |
Returns:
boolean
getPlayLoopMode
Name | Description |
---|
getPlayLoopMode () | Determines whether an audio is looped. Read/write boolean. |
Returns:
boolean
getPlayMode
Name | Description |
---|
getPlayMode () | Returns or sets the audio play mode. Read/write AudioPlayModePreset. |
Returns:
int
getRewindAudio
Name | Description |
---|
getRewindAudio () | Determines whether audio is automatically rewinded to start after playing. Read/write boolean. |
Returns:
boolean
getTrimFromEnd
Name | Description |
---|
getTrimFromEnd () | Specifies the time duration to be removed from the end of the media during playback, in milliseconds. Read/write float. |
Returns:
float
getTrimFromStart
Name | Description |
---|
getTrimFromStart () | Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float. |
Returns:
float
getVolume
Name | Description |
---|
getVolume () | Returns or sets the audio volume. Read/write AudioVolumeMode. |
Returns:
int
getVolumeValue
Name | Description |
---|
getVolumeValue () | Returns or sets the audio volume in percents. Read/write float. |
Returns:
float
setAudioCdEndTrack
Name | Description |
---|
setAudioCdEndTrack (int) | Returns or sets a last track index Read/write int. |
setAudioCdEndTrackTime
Name | Description |
---|
setAudioCdEndTrackTime (int) | Returns or sets a last track time. Read/write int. |
setAudioCdStartTrack
Name | Description |
---|
setAudioCdStartTrack (int) | Returns or sets a start track index. Read/write int. |
setAudioCdStartTrackTime
Name | Description |
---|
setAudioCdStartTrackTime (int) | Returns or sets a start track time. Read/write int. |
setEmbeddedAudio
Name | Description |
---|
setEmbeddedAudio (Audio) | Returns or sets embedded audio object. Read/write IAudio. |
setFadeInDuration
Name | Description |
---|
setFadeInDuration (float) | Specifies the time duration for the initial fade-in of the media in milliseconds. Read/write float. |
setFadeOutDuration
Name | Description |
---|
setFadeOutDuration (float) | Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float. |
setHideAtShowing
Name | Description |
---|
setHideAtShowing (boolean) | Determines whether an AudioFrame is hidden. Read/write boolean. |
setLinkPathLong
Name | Description |
---|
setLinkPathLong (String) | Returns or sets the name of an audio file which is linked to an AudioFrame. Read/write String. |
setPlayAcrossSlides
Name | Description |
---|
setPlayAcrossSlides (boolean) | Determines whether audio is playing across the slides. Read/write boolean. |
setPlayLoopMode
Name | Description |
---|
setPlayLoopMode (boolean) | Determines whether an audio is looped. Read/write boolean. |
setPlayMode
Name | Description |
---|
setPlayMode (int) | Returns or sets the audio play mode. Read/write AudioPlayModePreset. |
setRewindAudio
Name | Description |
---|
setRewindAudio (boolean) | Determines whether audio is automatically rewinded to start after playing. Read/write boolean. |
setTrimFromEnd
Name | Description |
---|
setTrimFromEnd (float) | Specifies the time duration to be removed from the end of the media during playback, in milliseconds. Read/write float. |
setTrimFromStart
Name | Description |
---|
setTrimFromStart (float) | Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float. |
setVolume
Name | Description |
---|
setVolume (int) | Returns or sets the audio volume. Read/write AudioVolumeMode. |
setVolumeValue
Name | Description |
---|
setVolumeValue (float) | Returns or sets the audio volume in percents. Read/write float. |