office-gobmx/avmedia
Tor Lillqvist 2976b53ff8 Bin more pointless comments and ASCII graphics
Suggested Easy Hack: Replace all instances of // -------- comments
including surrounding newlines with a single newline.

Another Easy Hack, slightly harder to automate: Remove all the
pointless comments that just tell the class name right before the
declaration of that class.

Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
2013-03-16 22:40:42 +02:00
..
inc Bin more pointless comments and ASCII graphics 2013-03-16 22:40:42 +02:00
source Bin more pointless comments and ASCII graphics 2013-03-16 22:40:42 +02:00
util
AllLangResTarget_avmedia.mk
Library_avmedia.mk
Library_avmediagst.mk
Library_avmediagst_0_10.mk
Library_avmediaQuickTime.mk
Library_avmediawin.mk
Makefile
Module_avmedia.mk
Package_inc.mk
README

Audio/Video media implementation.

Provides per-platform implementations of multimedia functionality.
Currently no stream API is provided, only a URI based one, so
streaming has to be wrapped around it via temp files.

Also provides (in source/framework/mediacontrol.cxx) an implementation
of the graphical media playback control that appears in the toolbar /
mediaobject bar when media is selected under the .uno:AVMediaToolBox
item.