ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 2日 (火) 06:04:58 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AParse ------------------------- = module Gst::Parse Parses command-line syntax into a pipeline. == Module Functions - --- Gst::Parse.launch(command) -> aBin + --- Gst::Parse.launch(command) Creates a new pipeline based on command line syntax. On failure, an exception is thrown with a specific error message. * command: a command line. * Returns: a reference to a new Gst::Bin on success, an exception on failure. - ((<lrz>))