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:
- # 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:
- Brac_setsdkoption (brac_so_localvideo_overlaytimestamp, 1)
The method for copying code C ++ is as follows:
- DWORD boverlaytimestamp = 1;
- Brac_setsdkoption (brac_so_localvideo_overlaytimestamp, (char *) & boverlaytimestamp, sizeof (DWORD ));
Copy code |
-
Anychatoverlaytimestamp.jpg
Audio and video Development Technology Time Stamp Overlay display