Audio and video Development Technology Time Stamp Overlay display

Source: Internet
Author: User

It is necessary to increase the time for taking a video or video during video chats, taking photos, and even recording videos. For example, video recording. When you want to know when a video is being viewed, time is the best proof.

If you are using a brachat third-party audio/video solution, you need to use brachat r00005 later. You can add timestamps to local videos. timestamps are stacked in the upper-right corner by default, the display position can be changed. The format is "year-month-day hour: minute: second ".


This function is supported on all platforms, including windows, web, Android, IOS, and Linux.

After the timestamp feature is enabled for a local video, the timestamp characters will be added to the local video that others will see, and the photos and local videos will be taken at the same time, or the central server video records will overwrite the timestamp information.

The time stamp Superposition Function is disabled by default. To enable the function, you must call the new API after the initialization is successful:
  1. # Define brac_so_localvideo_overlaytimestamp 105 // <stack timestamp to the local video (the parameter is int type, 0 is not overlapped [Default], 1 is superimposed)
The javascript call Method for copying code is as follows:
  1. Brac_setsdkoption (brac_so_localvideo_overlaytimestamp, 1)
The method for copying code C ++ is as follows:
  1. DWORD boverlaytimestamp = 1;
  2. Brac_setsdkoption (brac_so_localvideo_overlaytimestamp, (char *) & boverlaytimestamp, sizeof (DWORD ));
Copy code

Anychatoverlaytimestamp.jpg

Audio and video Development Technology Time Stamp Overlay display

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.