IAudioFrame class

IAudioFrame class

Represents an audio clip on a slide.

The IAudioFrame type exposes the following members:

Properties

PropertyDescription
audio_cd_start_trackReturns or sets a start track index.
Read/write int.
audio_cd_start_track_timeReturns or sets a start track time.
Read/write int.
audio_cd_end_trackReturns or sets a last track index
Read/write int.
audio_cd_end_track_timeReturns or sets a last track time.
Read/write int.
volumeReturns or sets the audio volume.
Read/write AudioVolumeMode.
play_modeReturns or sets the audio play mode.
Read/write AudioPlayModePreset.
hide_at_showingDetermines whether an AudioFrame is hidden.
Read/write bool.
play_loop_modeDetermines whether an audio is looped.
Read/write bool.
play_across_slidesDetermines whether an audio is playing across the slides.
Read/write bool.
rewind_audioDetermines whether an audio is automatically rewinded to start after playing.
Read/write bool.
embeddedDetermines whether a sound is embedded to a presentation.
Read-only bool.
link_path_longReturns or sets the name of an audio file which is linked to an AudioFrame.
Read/write str.
embedded_audioReturns or sets embedded audio object.
Read/write IAudio.
fade_in_durationSpecifies the time duration for the initial fade-in of the media in milliseconds.
Read/write float.
fade_out_durationSpecifies the time duration for the ending fade-out of the media in milliseconds.
Read/write float.
volume_valueReturns or sets the audio volume in percents.
Read/write float.
trim_from_startSpecifies the time duration to be removed from the beginning of the media during playback, in milliseconds.
Read/write float.
trim_from_endSpecifies the time duration to be removed from the end of the media during playback, in milliseconds.
Read/write float.
caption_tracksGets the collection of closed captions associated with the audio frame.
This property is read-only and returns an ICaptionsCollection containing all caption tracks.
shape_lock
picture_frame_lock
picture_format
relative_scale_height
relative_scale_width
shape_style
shape_type
adjustments
is_text_holder
placeholder
custom_data
raw_frame
frame
line_format
three_d_format
effect_format
fill_format
hidden
z_order_position
connection_site_count
rotation
x
y
width
height
alternative_text
alternative_text_title
name
is_decorative
unique_id
office_interop_shape_id
is_grouped
black_white_mode
parent_group
slide
presentation
hyperlink_click
hyperlink_mouse_over
hyperlink_manager

Methods

MethodDescription
get_image(self)
get_image(self, bounds, scale_x, scale_y)
write_as_svg(self, stream)
write_as_svg(self, stream, svg_options)
get_geometry_paths(self)
set_geometry_path(self, geometry_path)
set_geometry_paths(self, geometry_paths)
create_shape_elements(self)
add_placeholder(self, placeholder_to_copy_from)
remove_placeholder(self)
get_base_placeholder(self)

See Also