decoder-ogg-stream.h
branchtrunk
changeset 38 79b272a68eb4
parent 33 65ed49cbc08b
equal deleted inserted replaced
37:b31be95d6678 38:79b272a68eb4
     1 /*
     1 /*
     2  * MP3/MPlayer plugin to VDR (C++)
     2  * MP3/MPlayer plugin to VDR (C++)
     3  *
     3  *
     4  * (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
     4  * (C) 2001-2010 Stefan Huelswitt <s.huelswitt@gmx.de>
     5  *
     5  *
     6  * OGG stream support initialy developed by Manuel Reimer <manuel.reimer@gmx.de>
     6  * OGG stream support initialy developed by Manuel Reimer <manuel.reimer@gmx.de>
     7  *
     7  *
     8  * This code is free software; you can redistribute it and/or
     8  * This code is free software; you can redistribute it and/or
     9  * modify it under the terms of the GNU General Public License
     9  * modify it under the terms of the GNU General Public License
    24 #ifndef ___DECODER_OGG_STREAM_H
    24 #ifndef ___DECODER_OGG_STREAM_H
    25 #define ___DECODER_OGG_STREAM_H
    25 #define ___DECODER_OGG_STREAM_H
    26 
    26 
    27 #define DEC_OGGS     DEC_ID('O','G','G','S')
    27 #define DEC_OGGS     DEC_ID('O','G','G','S')
    28 #define DEC_OGGS_STR "OGGS"
    28 #define DEC_OGGS_STR "OGGS"
       
    29 
       
    30 #ifdef HAVE_VORBISFILE
    29 
    31 
    30 #include "decoder-ogg.h"
    32 #include "decoder-ogg.h"
    31 
    33 
    32 class cNetStream;
    34 class cNetStream;
    33 
    35 
    63 public:
    65 public:
    64   cOggStreamDecoder(const char *Filename);
    66   cOggStreamDecoder(const char *Filename);
    65   virtual bool IsStream(void) { return true; }
    67   virtual bool IsStream(void) { return true; }
    66   };
    68   };
    67 
    69 
       
    70 #endif //HAVE_VORBISFILE
    68 #endif //___DECODER_OGG_STREAM_H
    71 #endif //___DECODER_OGG_STREAM_H