Packageispring.presenter.presentation.narration
Interfacepublic interface IAudioTrack extends INarrationTrack

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The IAudioTrack interface represents an audio track.

See also

ispring.presenter.presentation.narration.INarrationTrack


Public Properties
PropertyDefined By
endTimestamp : ITimestamp
[read-only] Returns the presentation position to finish the track at.
INarrationTrack
startTimestamp : ITimestamp
[read-only] Returns the presentation position to start the track at.
INarrationTrack
Public Methods
MethodDefined By
 
Creates a media playback controller associated with the audio track.
IAudioTrack
Method Detail
createPlaybackController()method
public function createPlaybackController(factory:IAudioPlaybackControllerFactory):IMediaPlaybackController

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

Creates a media playback controller associated with the audio track.

Parameters

factory:IAudioPlaybackControllerFactory — A factory object implementing the IAudioPlaybackControllerFactory interface which creates a media playback controller associated with the audio track.

Returns
IMediaPlaybackController — A media playback controller which controls the playback of the sound asset associated with the audio track.

See also