[vlc-devel] vlc struct

Remi Denis-Courmont rdenis at simphalempin.com
Wed Jun 25 12:24:44 CEST 2008


On Wed, 25 Jun 2008 11:37:26 +0200, Chiara <chiarissima86 at gmail.com> wrote:
> Hi,
> can someone help me with vlc's struct?
> I need to wrote an additional module for vlc in the folder stream_out.
> I did not understand the difference between two structures:
>  sout_stream_sys_t and sout_stream_id_t.
> I think that in the structure named sout_stream_sys_t there are defined
> data on settings module on all streams and in the sout_stream_id_t
> structure are defined data on setting module on the specific flow.
> I wrong?

sout_stream_sys_t is for stream output instance data, created by Open(),
destroyed by Close(). sout_stream_id_t is for elementary stream data,
created by Add() and destroyed by Del().

-- 
Rémi Denis-Courmont
http://www.remlab.net




More information about the vlc-devel mailing list