Changeset 3083 for trunk/tvheadend/src/transports.h
- Timestamp:
- 06/22/09 21:51:10 (15 months ago)
- Files:
-
- 1 modified
-
trunk/tvheadend/src/transports.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tvheadend/src/transports.h
r3026 r3083 43 43 th_transport_t *transport_find(channel_t *ch, unsigned int weight); 44 44 45 th_stream_t *transport_add_stream(th_transport_t *t, int pid, 46 streaming_component_type_t type); 45 th_stream_t *transport_stream_find(th_transport_t *t, int pid); 46 47 th_stream_t *transport_stream_create(th_transport_t *t, int pid, 48 streaming_component_type_t type); 47 49 48 50 void transport_set_priority(th_transport_t *t, int prio);