From c3144c9ab81a02469f65bded3285d643a3111ebc Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 12 Jun 2004 12:59:48 +0200 Subject: Some changes to the SPU decoder interface --- spu.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spu.h') diff --git a/spu.h b/spu.h index 1ccc74b9..053cf1a9 100644 --- a/spu.h +++ b/spu.h @@ -6,7 +6,7 @@ * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. * - * $Id: spu.h 1.1 2002/09/08 14:17:51 kls Exp $ + * $Id: spu.h 1.2 2004/06/12 12:56:27 kls Exp $ */ #ifndef __SPU_VDR_H @@ -32,6 +32,9 @@ class cSpuDecoder { uint32_t palette) = 0; virtual void clearHighlight(void) = 0; virtual void Empty(void) = 0; + virtual void Hide(void) = 0; + virtual void Draw(void) = 0; + virtual bool IsVisible(void) = 0; virtual void processSPU(uint32_t pts, uint8_t * buf) = 0; }; -- cgit v1.2.3