Searched refs:RecordingBehaviour (Results 1 – 5 of 5) sorted by relevance
23 public Recorder(FileStream stream, IMachine machine, RecordingBehaviour recordingBehaviour) in Recorder()73 if(!domainExternal && recordingBehaviour == RecordingBehaviour.DomainExternal) in RecordInner()100 private readonly RecordingBehaviour recordingBehaviour;
12 public enum RecordingBehaviour enum
57 void RecordTo(string fileName, RecordingBehaviour recordingBehaviour); in RecordTo()
755 machine.RecordTo(temporaryFile, RecordingBehaviour.DomainExternal); in ShouldRecordAndPlayEvents()
913 public void RecordTo(string fileName, RecordingBehaviour recordingBehaviour) in RecordTo()