Searched refs:recordedOutputPath (Results 1 – 1 of 1) sorted by relevance
381 public String recordedOutputPath; field in ItsService.VideoRecordingObject390 public VideoRecordingObject(String recordedOutputPath, in VideoRecordingObject() argument394 this.recordedOutputPath = recordedOutputPath; in VideoRecordingObject()403 VideoRecordingObject(String recordedOutputPath, String quality, Size videoSize, in VideoRecordingObject() argument406 this(recordedOutputPath, quality, videoSize, in VideoRecordingObject()1243 videoJson.put("recordedOutputPath", obj.recordedOutputPath); in sendVideoRecordingObject()