|
|
@ -59,7 +59,7 @@ public class GPUCameraRecorderBuilder {
|
|
|
|
return this;
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public GPUCameraRecorderBuilder cameraId(String camera) {
|
|
|
|
public GPUCameraRecorderBuilder cameraId(String cameraId) {
|
|
|
|
this.cameraId = cameraId;
|
|
|
|
this.cameraId = cameraId;
|
|
|
|
return this;
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|