fix: 提交一个声明文件
This commit is contained in:
parent
a567923ebc
commit
52134fc261
4
ohos/dts/@ohos.rtsprecord.d.ts
vendored
4
ohos/dts/@ohos.rtsprecord.d.ts
vendored
@ -53,8 +53,8 @@ declare namespace record {
|
||||
endRecordVideo(id:number): RtspResult;
|
||||
getVideoSnapshot(context:object,uri:string,fileName:string,dir:string,needBase64:boolean,callback: AsyncCallback<RtspResult>): void;
|
||||
getVideoSnapshot(context:object,uri:string,fileName:string,dir:string): Promise<RtspResult>;
|
||||
detectVideoSnapshotSize(uri:string,fileName:string,callback: AsyncCallback<RtspResult>): void;
|
||||
detectVideoSnapshotSize(uri:string,fileName:string): Promise<RtspResult>;
|
||||
detectVideoSnapshotSize(uri:string,fileName:string,needBase64:boolean,callback: AsyncCallback<RtspResult>): void;
|
||||
detectVideoSnapshotSize(uri:string,fileName:string,needBase64:boolean): Promise<RtspResult>;
|
||||
}
|
||||
}
|
||||
export default record;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user