Changeset 24719
- Timestamp:
- Nov 2, 2013, 6:29:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/header.h
r24718 r24719 372 372 //channel.h 373 373 int writechannel(const char *filename); 374 struct channel* createchannel(char* name, uint64_t transponderid, int providerid, int serviceid, int servicetype, int flag, int videocodec, int audiocodec, int videopid, int audiopid, int protect );374 struct channel* createchannel(char* name, uint64_t transponderid, int providerid, int serviceid, int servicetype, int flag, int videocodec, int audiocodec, int videopid, int audiopid, int protect, int pcrpid); 375 375 void delchannelbytransponder(uint64_t transponderid); 376 376 struct channel* gettmpchannel();
Note: See TracChangeset
for help on using the changeset viewer.