Advertisement
Guest User

ctor snippet

a guest
Jan 23rd, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Transaction::Transaction(Id xid, int user_id, int rec_id,
  2. event_base* pEventBase,
  3. const BitrateConnInfo& bitrate_info,
  4. const bfs::path& root,
  5. const bfs::path& transaction_root,
  6. int ingest_write_blocksize,
  7. int ingest_recvbuf_size,
  8. RecordResponseSignal::slot_type response,
  9. int hdsMinToPublish,
  10. int hdsFragDur)
  11. : mXid(xid),
  12. mUserIdRecId(user_id, rec_id),
  13. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement