xref: /inferno-os/module/mpeg.m (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
1#
2# This module has a primitive interface to the
3# mpeg device driver
4#
5Mpeg: module
6{
7	PATH:		con "/dis/lib/mpeg.dis";
8
9	play:		fn(d: ref Draw->Display, w: ref Image, dopaint: int,
10			r: Draw->Rect, file: string, notify: chan of string): string;
11	ctl:		fn(msg: string): int;
12	keycolor:	fn(d: ref Draw->Display): ref Draw->Image;
13};
14