Soundtrack Pro: Playhead may stop responding after a clip is disabled


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Soundtrack Pro: Playhead may stop responding after a clip is disabled
# 1  
Old 10-14-2008
Soundtrack Pro: Playhead may stop responding after a clip is disabled

The playhead may stop responding to play commands after you have disabled a clip.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
pods::SDL::SMPEG(3pm)					User Contributed Perl Documentation				     pods::SDL::SMPEG(3pm)

NAME
SDL::SMPEG - a SDL perl extension CATEGORY
TODO SYNOPSIS
$video = SDL::SMPEG->new( -name => 'pr0n.mpg' ); DESCRIPTION
"SDL::SMPEG" adds support for MPEG video to your SDL Perl application. SMPEGs are objects bound to surfaces, whose playback is controlled through the object's interface. METHODS o "SDL::SMPEG::error()" returns any error messages associated with playback o "SDL::SMPEG::audio(bool)" enables or disables audio playback, (on by default) o "SDL::SMPEG::video(bool)" enables or disable video playback, (on by default) o "SDL::SMPEG::loop(bool)" enables or disable playback looping (off by default) o "SDL::SMPEG::volume(int)" set the volume as per the mixer volume o "SDL::SMPEG:display(surface)" binds the clip to a display surface o "SDL::SMPEG::scale([x,y]|[surface]|int)" scales the clip by either x,y factors, scales to the image dimensions, or a single scalar. o "SDL::SMPEG::play()" plays the video clip, call "SDL::SMPEG::display()" before playing o "SDL::SMPEG::pause()" pauses video playback o "SDL::SMPEG::stop()" stops video playback o "SDL::SMPEG::rewind()" resets the clip to the beginning o "SDL::SMPEG::seek(offset)" seeks to a particular byte offset o "SDL::SMPEG::skip(time)" skips to a particular time o "SDL::SMPEG::region(rect)" takes a SDL::Rect and defines the display area o "SDL::SMPEG::frame(int)" renders a specific frame to the screen o "SDL::SMPEG::info()" returns a new "SDL::MPEG" object reflecting the current status o "SDL::SMPEG::status()" returns either SMPEG_PLAYING or SMPEG_STOPPED or SMPEG_ERROR AUTHOR
David J. Goehrig SEE ALSO
perl(1) SDL::Surface(3) SDL::MPEG(3) perl v5.14.2 2012-05-28 pods::SDL::SMPEG(3pm)