videostream.pm

来自「Ming is a library for generating Macrome」· PM 代码 · 共 45 行

PM
45
字号
# ====================================================================# Copyright (c) 2006 by Peter Liscovius. All rights reserved.# This program is free software; you can redistribute it and/or modify# it under the same terms as Perl itself.# ====================================================================# $Author: krechert $# $Id: VideoStream.pm,v 1.4 2007/11/10 18:39:25 krechert Exp $package SWF::VideoStream;use SWF();use strict;$SWF::VideoStream::VERSION = $SWF::VERSION;1;__END__=head1 NAMESWF::VideoStream - SWF Video class=head1 SYNOPSIS	use SWF::VideoStream;	$videostream = new SWF::VideoStream("test.flv");=head1 DESCRIPTION	XXX=head1 AUTHOR	developers of ming 	ming.sourceforge.net=head1 SEE ALSOSWF, SWF::Action, SWF::Movie, SWF::MovieClip, SWF::Sound=cut

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?