/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-video-player.md | 1 # 视频播放 (Video) 9 Video通过调用接口来创建,接口调用形式如下: 18 Video组件支持加载本地视频和网络视频。 39 Video({ 60 Video({ 82 Video({ 105 Video({ 128 Video({ 155 Video({ 178 ## Video控制器使用 [all …]
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | video.cpp | 20 Video::Video() : Video("") in Video() function in OHOS::UDMF::Video 24 Video::Video(const std::string &uri) : File(uri) in Video() function in OHOS::UDMF::Video 29 Video::Video(UDType type, ValueType value) : File(type, value) in Video() function in OHOS::UDMF::Video
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-video-player.md | 1 # Video Playback (Video) 11 Video(value: VideoOptions) 16 ## Loading Video 39 Video({ 60 Video({ 82 Video({ 105 Video({ 128 Video({ 155 Video({ 196 Video({ [all …]
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | avcodec-support-formats.md | 5 ### Video Decoding 9 | Video Hardware Decoding Type | Video Software Decoding Type | 17 For details about the development guide, see [Video Decoding](video-decoding.md). 19 ### Video Encoding 23 | Container Format| Video Encoding Type | 31 For details about the development guide, see [Video Encoding](video-encoding.md). 78 | Audio/Video | mp4 |<!--RP4-->Video stream: AVC (H.264); audio stream: A… 79 | Audio/Video | fmp4 |<!--RP5-->Video stream: AVC (H.264); audio stream: A… 80 | Audio/Video | mkv |<!--RP6-->Video stream: AVC (H.264); audio stream: A… 81 | Audio/Video | mpeg-ts |<!--RP7-->Video stream: AVC (H.264); audio stream: A… [all …]
|
H A D | Readme-EN.md | 5 - Audio and Video Codecs 9 - [Video Encoding](video-encoding.md) 10 - [Temporally Scalable Video Encoding](video-encoding-temporal-scalability.md) 11 - [Video Decoding](video-decoding.md)
|
H A D | avcodec-kit-intro.md | 2 Audio and Video Codec (AVCodec) Kit provides capabilities such as audio and video codec, media file… 9 - Video encoding: Video applications (such as video calling and video recording applications) can s… 11 - Video decoding: Video applications (such as video calling application and video player) can send … 36 - Video codec 46 …ls about the development guide, see [Video Decoding in Surface Output](video-decoding.md#surface-o…
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | _o_h___video_enc_info.md | 22 …t](_a_v_screen_capture.md#oh_videocodecformat) [videoCodec](#videocodec) | Video encoding format.| 23 | int32_t [videoBitrate](#videobitrate) | Video bit rate.| 24 | int32_t [videoFrameRate](#videoframerate) | Video frame rate.| 38 Video bit rate. 49 Video encoding format. 60 Video frame rate.
|
H A D | _video_processing___color_space_info.md | 22 | int32_t [metadataType](#metadatatype) | Video metadata type. For details, see [OH_NativeBuffer_Me… 23 | int32_t [colorSpace](#colorspace) | Video color space type. For details, see [OH_NativeBuffer_Col… 24 | int32_t [pixelFormat](#pixelformat) | Video pixel format. For details, see [OH_NativeBuffer_Forma… 38 Video color space type. For details, see [OH_NativeBuffer_ColorSpace](../apis-arkgraphics2d/_o_h___… 49 Video metadata type. For details, see [OH_NativeBuffer_MetadataType](../apis-arkgraphics2d/_o_h___n… 60 Video pixel format. For details, see [OH_NativeBuffer_Format](../apis-arkgraphics2d/_o_h___native_b…
|
H A D | _o_h___video_info.md | 22 | [OH_VideoCaptureInfo](_o_h___video_capture_info.md) [videoCapInfo](#videocapinfo) | Video capture… 23 | [OH_VideoEncInfo](_o_h___video_enc_info.md) [videoEncInfo](#videoencinfo) | Video encoding inform… 37 Video capture information. 48 Video encoding information.
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | video.h | 23 class API_EXPORT Video : public File { 25 Video(); 26 explicit Video(const std::string &uri); 27 Video(UDType type, ValueType value);
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
H A D | mimetype.rs | 277 matches!(self.tag, MimeTypeTag::Video) in is_video() 527 "mp2", "video/mpeg", 5, MimeTypeTag::Video; 528 "mpa", "video/mpeg", 5, MimeTypeTag::Video; 529 "mpe", "video/mpeg", 5, MimeTypeTag::Video; 530 "mpeg", "video/mpeg", 5, MimeTypeTag::Video; 531 "mpg", "video/mpeg", 5, MimeTypeTag::Video; 532 "mpv2", "video/mpeg", 5, MimeTypeTag::Video; 534 "qt", "video/quicktime", 5, MimeTypeTag::Video; 535 "lsf", "video/x-la-asf", 5, MimeTypeTag::Video; 561 Video, enumerator [all …]
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | different-touch-target-event.md | 23 本例即采用上述思路为Video组件的左右两侧添加不同的交互动作。从而实现长按视频播放器的左侧触发后退播放,长按右侧触发快进播放。 27 1. 通过Video组件创建视频播放器,并添加触摸手势,通过触摸控制视频的播放、暂停。 38 …Video({src:this.videoSrc, controller:this.videoController, previewUri:this.videoPreviewer,currentP… 62 2. 为Video组件添加长按手势,通过长按手势触发播放的快退和快进动作。由于触摸手势和长按手势需要互斥,即一次只能触发一种手势,所以通过GestureGroup来实现手势的互斥。 148 …Video({src:this.videoSrc, controller:this.videoController, previewUri:this.videoPreviewer,currentP… 213 - [Video组件指导](../application-dev/reference/apis-arkui/arkui-ts/ts-media-components-video.md)
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-recording.md | 1 # Video Recording (ArkTS) 64 …fileFormat: media.ContainerFormatType.CFT_MPEG_4, // Video file container format. Only MP4 is supp… 65 videoBitrate: 100000, // Video bit rate. 66 videoCodec: media.CodecMimeType.VIDEO_AVC, // Video file encoding format. AVC is supported. 67 videoFrameWidth: 640, // Video frame width. 68 videoFrameHeight: 480, // Video frame height. 69 videoFrameRate: 30 // Video frame rate. 168 console.info('Video frame started'); 173 …stance is created and is triggered when the last frame of recording ends. Video recording ends as … 181 console.info('Video frame ended'); [all …]
|
H A D | Readme-EN.md | 11 - [Video Recording (ArkTS)](camera-recording.md) 28 - [Video Recording Sample (ArkTS)](camera-recording-case.md) 44 - [Video Recording (C/C++)](native-camera-recording.md) 49 - [Video Recording Sample (C/C++)](native-camera-recording-case.md)
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | media-kit-quick-overview.md | 8 …Video playback | [Using AVPlayer to Play Videos (ArkTS)](video-playback.md) | [AVP… 13 | Video recording | [Using AVRecorder to Record Videos (ArkTS)](video-recording.md)| [AVRecorder… 15 | Metadata | [Using AVMetadataExtractor to Extract Audio and Video Metadata (ArkTS)](avmetadat… 16 | Image extraction | [Using AVImageGenerator to Extract Video Images at a Specified Time (ArkTS)… 17 | Video transcoding | [Using AVTranscoder to Transcode Videos (ArkTS)](using-avtranscoder-for-tr…
|
H A D | Readme-EN.md | 18 … - [Using AVMetadataExtractor to Extract Audio and Video Metadata (ArkTS)](avmetadataextractor.md) 19 …- [Using AVImageGenerator to Extract Video Images at a Specified Time (ArkTS)](avimagegenerator.md) 20 - Video Transcoding<!--media-transcoder-arkts--> 25 - [Using AVPlayer to Play Video (C/C++)](using-ndk-avplayer-for-video-playback.md)
|
H A D | video-recording.md | 93 …fileFormat: media.ContainerFormatType.CFT_MPEG_4, // Video file container format. Only MP4 is supp… 94 videoBitrate: 200000, // Video bit rate. 95 videoCodec: media.CodecMimeType.VIDEO_AVC, // Video file encoding format. AVC is supported. 96 videoFrameWidth: 640, // Video frame width. 97 videoFrameHeight: 480, // Video frame height. 98 videoFrameRate: 30 // Video frame rate. 173 videoBitrate : 100000, // Video bit rate. 174 videoCodec: media.CodecMimeType.VIDEO_AVC, // Video file encoding format. AVC is supported. 175 videoFrameWidth: 640, // Video frame width. 176 videoFrameHeight: 480, // Video frame height. [all …]
|
H A D | using-avtranscoder-for-transcodering.md | 91 videoBitrate: 2000000, // Video bit rate. 92 videoCodec: media.CodecMimeType.VIDEO_AVC, // Video encoding format. 93 videoFrameWidth: 640, // Video frame width: 640. 94 videoFrameHeight: 480, // Video frame height: 480. 153 videoBitrate: 200000, // Video bit rate. 154 videoCodec: media.CodecMimeType.VIDEO_AVC, // Video encoding format. 155 videoFrameWidth: 640, // Video frame width. 156 videoFrameHeight: 480, // Video frame height.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-multimedia-video-overview.md | 1 # Audio/Video Overview 20 - Video frame rate 41 …Video: The H.265 (HEVC) and H.264 (AVC) (for streams encoded using a chip of the same type) and th… 42 …ported.<br>- Video: none| - Audio: AAC-LC encoding, mono and dual channels, and the MPEG-4 (.mp4) …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-media-components-video.md | 1 # Video chapter 8 > Video组件只提供简单的视频播放功能,无法支撑复杂的视频播控场景。复杂开发场景推荐使用[AVPlayer播控API](../../apis-media-kit/js-apis-media.m… 22 ### Video subsection 24 Video(value: VideoOptions) 475 Video({ 599 Video({ 635 以下示例展示了如何使Video组件能够播放拖入的视频。 648 Video({ 659 // 外部视频拖入应用Video组件范围,松手后触发通过onDrop注册的回调。 660 // 在DragEvent中会包含拖入的视频源信息,取出后赋值给状态变量videoSrc即可改变Video的视频源。 [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | multistages_capture_deferred_video_proc_session_callback.cpp | 70 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnProcessVideoDone() 84 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnProcessVideoDone() 94 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnProcessVideoDone() 120 static_cast<int32_t>(MultiStagesCaptureMediaType::Video)); in OnError()
|
/ohos5.0/foundation/multimedia/av_codec/ |
H A D | hisysevent.yaml | 37 VIDEO_WIDTH: {type: INT32, desc: Video codec input width} 38 VIDEO_HEIGHT: {type: INT32, desc: Video codec input height} 39 VIDEO_FRAMERATE: {type: DOUBLE, desc: Video codec output framerate} 40 VIDEO_PIXEL_FORMAT: {type: STRING, desc: Video codec input pixel format}
|
/ohos5.0/foundation/multimedia/camera_framework/ |
H A D | README.md | 10 - [To Record Video](#to-record-video) 29 - Record Video 255 ### To Record Video 257 Steps to record Video: 290 6. Create a Video Output with Surface obtained from Recoder to MUX with audio and save the file. An… 297 7. Add the Video Output to the Capture Session. 309 9. Start the Video Recording. 368 6. Create a Video Output with Surface 374 7. Add the Video Output to the Capture Session. 386 9. Start the Video Recording.
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | video_napi.h | 28 class Video; variable 33 std::shared_ptr<Video> value_;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-media-components-video.md | 1 # Video chapter 3 The **Video** component is used to play a video and control its playback. 23 ### Video subsection 25 Video(value: VideoOptions) 35 | value | [VideoOptions](#videooptions) | Yes| Video information.| 48 | controller | [VideoController](#videocontroller) | No | Video … 131 | value | [ImageFit](ts-appendix-enums.md#imagefit) | Yes | Video scale type.<br>Default value: *… 399 | value | number | Yes | Video playback position, in seconds.| 441 | value | number | Yes | Video playback position, in seconds.| 475 Video({ [all …]
|