diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 14:41:45 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 14:41:45 +0000 |
commit | dc24525d098d3dbf303dcfa04cae319592107907 (patch) | |
tree | eb1a27b8270765b2d294c34fdffead5a9ff78058 /avmedia | |
parent | 033d98557e182330d8daa148fff705be0447471c (diff) |
more idle code documentation improvement
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/avmedia/README b/avmedia/README index b33f70c9d8f1..eaa257dd0650 100644 --- a/avmedia/README +++ b/avmedia/README @@ -1,4 +1,5 @@ Audio/Video media implementation. -Needs a Java Media Framework (JMF). -Not currently usable for streams but only for URIs in the file system. +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. |