diff --git a/api/@ohos.multimedia.media.d.ts b/api/@ohos.multimedia.media.d.ts index c08a3fb85b99b7d3acc14cbf6d3648ac7abba111..b62dd0bd705784fcbd170dc7a5faadb6d31dbc32 100644 --- a/api/@ohos.multimedia.media.d.ts +++ b/api/@ohos.multimedia.media.d.ts @@ -281,7 +281,7 @@ declare namespace media { on(type: 'bufferingUpdate', callback: (infoType: BufferingInfoType, value: number) => void): void; /** * Audio media URI. Mainstream audio formats are supported. - * local:fd://XXX, file://XXX. network:http://xxx + * local:fd://XXX, network:http://xxx * @since 6 * @syscap SystemCapability.Multimedia.Media.AudioPlayer */ @@ -500,7 +500,6 @@ declare namespace media { /** * Audio output uri.support two kind of uri now. * format like: scheme + "://" + "context". - * file: file://path * fd: fd://fd * @since 6 * @syscap SystemCapability.Multimedia.Media.AudioRecorder @@ -975,7 +974,7 @@ declare namespace media { /** * media url. Mainstream video formats are supported. - * local:fd://XXX, file://XXX. network:http://xxx + * local:fd://XXX, network:http://xxx * @since 8 * @syscap SystemCapability.Multimedia.Media.VideoPlayer */ @@ -1357,7 +1356,6 @@ declare namespace media { /** * video output uri.support two kind of uri now. * format like: scheme + "://" + "context". - * file: file://path * fd: fd://fd * @since 8 * @syscap SystemCapability.Multimedia.Media.VideoRecorder