Pass launch_session_t directly into session::alloc()
This commit is contained in:
parent
6cdb7f7d03
commit
77b0bab374
3 changed files with 10 additions and 10 deletions
|
|
@ -40,7 +40,7 @@ namespace stream {
|
|||
};
|
||||
|
||||
std::shared_ptr<session_t>
|
||||
alloc(config_t &config, crypto::aes_t &gcm_key, crypto::aes_t &iv, std::string_view av_ping_payload, uint32_t control_connect_data);
|
||||
alloc(config_t &config, rtsp_stream::launch_session_t &launch_session);
|
||||
int
|
||||
start(session_t &session, const std::string &addr_string);
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue