Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] how to set stream types for playback?
Hi,
there are two ioctls, VIDEO_SET_STREAMTYPE and AUDIO_SET_STREAMTYPE. I
would like to use them, but there seems to be no definition of what
stream types are possible to set.
I need:
typedef enum {
STREAM_TYPE_SPTS,
STREAM_TYPE_PES,
STREAM_TYPE_ES,
STREAM_TYPE_AVPES,
STREAM_TYPE_PS
} stream_type_t;
(yes, the mpeg decoder can play single program transport stream.)
Can we add something like the above to audio.h and/or video.h?
Regards,
Andreas
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index