Lines Matching defs:RTMP_LNK
144 typedef struct RTMP_LNK struct
146 AVal hostname;
147 AVal sockshost;
149 AVal playpath0; /* parsed from URL */
150 AVal playpath; /* passed in explicitly */
151 AVal tcUrl;
152 AVal swfUrl;
153 AVal pageUrl;
154 AVal app;
155 AVal auth;
156 AVal flashVer;
157 AVal subscribepath;
158 AVal usherToken;
159 AVal token;
160 AVal pubUser;
161 AVal pubPasswd;
162 AMFObject extras;
163 int edepth;
165 int seekTime;
166 int stopTime;
197 } RTMP_LNK; argument