Am Mittwoch, 31. Januar 2007 17:05 schrieb Laz:
> > currently its realy a pain finding out if a stream is audio-only or not
> > in the mpeg-player (where it does not belong imho).
>
> What would be nice is something like bool cRecording::IsRadio().
Why reinventing the wheel if pmAudioOnly is alread
On Wednesday 31 January 2007 14:13, Thiemo wrote:
> Am Freitag, 26. Januar 2007 15:32 schrieb Klaus Schmidinger:
> > Thiemo wrote:
> > > Hi,
> > >
> > > is there a special reason that SetPlayMode() is always called with
> > > "pmAudioVideo" even on radio channels instead of pmAudioOnly or
> > > pmA
Am Freitag, 26. Januar 2007 15:32 schrieb Klaus Schmidinger:
> Thiemo wrote:
> > Hi,
> >
> > is there a special reason that SetPlayMode() is always called with
> > "pmAudioVideo" even on radio channels instead of pmAudioOnly or
> > pmAudioOnlyBlack? It would make things much easier if it would do s
Hi,
Klaus Schmidinger wrote:
> When replaying a recording, VDR sets up a cDvbPlayerControl in
> cReplayControl::cReplayControl(), which in turn creates a cDvbPlayer.
> If you want to use a different play mode for radio recordings,
> you'll need to first know in cReplayControl::cReplayControl() th
Thiemo wrote:
> Hi,
>
> is there a special reason that SetPlayMode() is always called with
> "pmAudioVideo" even on radio channels instead of pmAudioOnly or
> pmAudioOnlyBlack? It would make things much easier if it would do so (for
> displaying a background image).
> Can you give me a hint whe
Hi,
is there a special reason that SetPlayMode() is always called with
"pmAudioVideo" even on radio channels instead of pmAudioOnly or
pmAudioOnlyBlack? It would make things much easier if it would do so (for
displaying a background image).
Can you give me a hint where I could change this?
che