IAudioFrame class
Contents
[
Hide
]IAudioFrame class
Represents an audio clip on a slide.
The IAudioFrame type exposes the following members:
Properties
Property | Description |
---|---|
audio_cd_start_track | Returns or sets a start track index. Read/write int. |
audio_cd_start_track_time | Returns or sets a start track time. Read/write int. |
audio_cd_end_track | Returns or sets a last track index Read/write int. |
audio_cd_end_track_time | Returns or sets a last track time. Read/write int. |
volume | Returns or sets the audio volume. Read/write AudioVolumeMode . |
play_mode | Returns or sets the audio play mode. Read/write AudioPlayModePreset . |
hide_at_showing | Determines whether an AudioFrame is hidden. Read/write bool. |
play_loop_mode | Determines whether an audio is looped. Read/write bool. |
play_across_slides | Determines whether an audio is playing across the slides. Read/write bool. |
rewind_audio | Determines whether an audio is automatically rewinded to start after playing. Read/write bool. |
embedded | Determines whether a sound is embedded to a presentation. Read-only bool. |
link_path_long | Returns or sets the name of an audio file which is linked to an AudioFrame. Read/write str. |
embedded_audio | Returns or sets embedded audio object. Read/write IAudio . |
fade_in_duration | Specifies the time duration for the initial fade-in of the media in milliseconds. Read/write float. |
fade_out_duration | Specifies the time duration for the ending fade-out of the media in milliseconds. Read/write float. |
volume_value | Returns or sets the audio volume in percents. Read/write float. |
trim_from_start | Specifies the time duration to be removed from the beginning of the media during playback, in milliseconds. Read/write float. |
trim_from_end | Specifies the time duration to be removed from the end of the media during playback, in milliseconds. Read/write float. |
caption_tracks | Gets the collection of closed captions associated with the audio frame. This property is read-only and returns an ICaptionsCollection containing all caption tracks. |
See Also
- module
aspose.slides
- library
Aspose.Slides