Skip to content

Instantly share code, notes, and snippets.

@Ovis
Created June 17, 2018 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ovis/e14e447cb3213c79527f7b062f55641b to your computer and use it in GitHub Desktop.
Save Ovis/e14e447cb3213c79527f7b062f55641b to your computer and use it in GitHub Desktop.
//パイプコマンドにはチャンネル変更の完了を調べる仕組みがないので、妥当な時間だけ待つ
else if( GetTickCount() - this->tunerChChgTick > 5000 && r.startTime - r.startMargin < now ){
//録画開始~
if( RecStart(r, now) ){
//途中から開始されたか
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment