AudioPlayableOutput.SetEvaluateOnSeek
public void SetEvaluateOnSeek(bool value);
Parameters
| value | Set to true to play the output when seeking. Set to false to disable audio scrubbing on this output. Default is true. |
Description 描述
Controls whether the output should play when seeking.
See Also: AudioPlayableOutput.GetEvaluateOnSeek.