mirror of
https://gitee.com/openharmony/applications_app_samples
synced 2024-11-23 08:30:06 +00:00
update code/BasicFeature/Media/AVRecorder/entry/src/main/ets/recorder/VideoRecorder.ets.
Signed-off-by: tianmuhao <tianmuhao@h-partners.com>
This commit is contained in:
parent
ce01d3350b
commit
533540f95c
@ -730,7 +730,7 @@ struct CustomDialogSetting {
|
||||
cancel?: () => void;
|
||||
confirm?: () => void;
|
||||
@State currentVideoResolution: Resolution = { frameWidth: 1920, frameHeight: 1080 };
|
||||
@State currentVideoResolutionText: string = "[16:9]1080p";
|
||||
@State currentVideoResolutionText: string = '[16:9]1080p';
|
||||
@State currentVideoFramerate: number = 30;
|
||||
@State currentVideoCodec: string = 'video/avc';
|
||||
private initVideoResolution: Resolution = this.videoResolution;
|
||||
|
Loading…
Reference in New Issue
Block a user