From 232783f7c3576f5f0a2fc7d105e5cc2d75836618 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Sat, 12 Mar 2022 16:43:12 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/application-dev/media/video-playback.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/en/application-dev/media/video-playback.md b/en/application-dev/media/video-playback.md index e26fba10f6..23bf8b98db 100644 --- a/en/application-dev/media/video-playback.md +++ b/en/application-dev/media/video-playback.md @@ -28,8 +28,6 @@ For details about the APIs used for video playback, see [js-apis-media.md](../re The full video playback process includes creating an instance, setting the URL, setting the surface ID, preparing for video playback, playing video, pausing playback, obtaining track information, seeking to a playback position, setting the volume, setting the playback speed, stopping playback, resetting the playback configuration, and releasing resources. -For details about the **url** media source input types supported by **VideoPlayer**, see the [url attribute](../reference/apis/js-apis-media.md#videoplayer_Attributes). - ```js let videoPlayer = undefined; // Used to store instances created by calling the createVideoPlayer method. let surfaceID = undefined; // Used to save the surface ID returned by the Xcomponent interface. -- GitLab