• J
    libobs: Implement pausing of outputs · 153fa633
    jp9000 提交于
    This implements pausing of outputs.  To accomplish this, raw audio/video
    data is halted to the encoders or raw output.  Pausing is as precisely
    timed as possible according to the timing of the obs_output_pause call,
    and audio data will be spliced down to the exact audio sample in
    accordance to that timing at the start/end marks.
    
    Outputs that support this (outputs used for recording) can set the
    OBS_OUTPUT_CAN_PAUSE capability flag.
    153fa633
obs-output.h 2.5 KB