Commit 9fc7367b authored by Felix Paul Kühne's avatar Felix Paul Kühne

* added declares for the checkboxes in the nib to control the rtp-sout-modul

parent 4feb30d6
...@@ -72,6 +72,11 @@ ...@@ -72,6 +72,11 @@
IBOutlet id o_channel_name; IBOutlet id o_channel_name;
IBOutlet id o_channel_name_lbl; IBOutlet id o_channel_name_lbl;
IBOutlet id o_sdp_url;
IBOutlet id o_sdp_url_lbl;
IBOutlet id o_rtsp_chkbox;
IBOutlet id o_http_chkbox;
NSString *o_mrl; NSString *o_mrl;
NSString *o_transcode; NSString *o_transcode;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment