CN109286834B - Video processing method and device and server - Google Patents

Video processing method and device and server Download PDF

Info

Publication number
CN109286834B
CN109286834B CN201710592839.2A CN201710592839A CN109286834B CN 109286834 B CN109286834 B CN 109286834B CN 201710592839 A CN201710592839 A CN 201710592839A CN 109286834 B CN109286834 B CN 109286834B
Authority
CN
China
Prior art keywords
video
playing
interface
playing interface
function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710592839.2A
Other languages
Chinese (zh)
Other versions
CN109286834A (en
Inventor
庄延军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201710592839.2A priority Critical patent/CN109286834B/en
Publication of CN109286834A publication Critical patent/CN109286834A/en
Application granted granted Critical
Publication of CN109286834B publication Critical patent/CN109286834B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/44Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream, rendering scenes according to MPEG-4 scene graphs
    • H04N21/44008Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream, rendering scenes according to MPEG-4 scene graphs involving operations for analysing video streams, e.g. detecting features or characteristics in the video stream
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/485End-user interface for client configuration

Abstract

The invention relates to a video processing method, a video processing device and a server, and belongs to the technical field of computers. The method comprises the following steps: when a preset view function is intercepted and called back, judging whether a class name contained in the preset view function is a view class name or not; if so, acquiring an object corresponding to the video element played in the system player interface; generating a replacing playing interface according to the object corresponding to the video element; and playing the video element by using the replacement playing interface, wherein the display priority of the replacement playing interface is higher than that of the playing interface of the system player. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.

Description

Video processing method and device and server
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a video processing method, an apparatus, and a server.
Background
Currently, all third-party browsers in the iOS system need to be based on a user interface web view (UIWebView), however, when the UIWebView is used to open a video in a browser web page, a system video player is invoked by default. Because the default system video player only has a basic playing control function, the interface is simple and crude, the style is single, and the visual perception of the user cannot be met. Moreover, for a user who is not used to the iOS system video player, the user needs to know the usage method of the iOS system video player first, and then can control the played video elements. Wasting user time and energy.
Disclosure of Invention
The present invention is directed to solving, at least to some extent, one of the technical problems in the related art.
Therefore, a first objective of the present invention is to provide a video processing method, which realizes video playing processing by replacing a system player interface with a custom playing interface, so as to optimize a visual effect when playing a video, save time and energy of a user, and improve efficiency of controlling played video elements.
A second object of the present invention is to provide a video processing apparatus.
A third object of the present invention is to provide a server.
A fourth object of the invention is to propose a computer-readable storage medium.
To achieve the above object, an embodiment of a first aspect of the present invention provides a video processing method, including:
when a preset view function is intercepted and called back, judging whether a class name contained in the preset view function is a view class name or not;
if so, acquiring an object corresponding to the video element played in the system player interface;
generating a replacing playing interface according to the object corresponding to the video element;
and playing the video element by using the replacement playing interface, wherein the display priority of the replacement playing interface is higher than that of the playing interface of the system player.
According to the video processing method provided by the embodiment of the invention, when the preset view function is intercepted and called back, whether the class name contained in the preset view function is the view class name or not is judged, if yes, the object corresponding to the video element played in the system player interface is obtained, and the replacement playing interface is generated according to the object of the video element, so that the video element is played by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
To achieve the above object, a second aspect of the present invention provides a video processing apparatus, including:
the judging module is used for judging whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back;
the first obtaining module is used for obtaining an object corresponding to a video element played in a system player interface when a class name included in the preset view function is a view class name;
the first processing module is used for generating a replacing playing interface according to the object corresponding to the video element;
and the second processing module is used for playing the video element by using the replacement playing interface, wherein the display priority of the replacement playing interface is higher than that of the playing interface of the system player.
The video processing device provided by the embodiment of the invention judges whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back, if so, the object corresponding to the video element played in the system player interface is obtained, and the replacement playing interface is generated according to the object of the video element, so that the video element is played by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
To achieve the above object, an embodiment of a third aspect of the present invention provides a server, including:
a memory, a processor and a computer program stored on the memory and executable on the processor, which when executed by the processor implements the video processing method according to the first aspect.
The server provided by the embodiment of the invention judges whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back, if so, the server acquires the object corresponding to the video element played in the system player interface and generates the replacement playing interface according to the object of the video element, thereby playing the video element by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
To achieve the above object, a fourth aspect of the present invention provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the video processing method according to the first aspect.
The computer-readable storage medium provided in the embodiment of the present invention, when capturing a preset view function and calling back, determines whether a class name included in the preset view function is a view class name, and if so, obtains an object corresponding to a video element played in a system player interface, and generates a replacement play interface according to the object of the video element, so as to play the video element by using the replacement play interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
FIG. 1 is a flow diagram illustrating a video processing method according to an exemplary embodiment;
FIG. 1A is an exemplary diagram illustrating a system play interface in accordance with one illustrative embodiment;
FIG. 1B is an exemplary diagram illustrating an alternate play interface in accordance with one illustrative embodiment;
FIG. 2 is a schematic flow diagram illustrating a video processing method according to another exemplary embodiment;
FIG. 3 is a flow diagram illustrating a video processing method according to another exemplary embodiment;
fig. 3A is an exemplary diagram illustrating a video player playing interface of a terminal in which a system player is located according to another exemplary embodiment;
FIG. 3B is an exemplary diagram illustrating an alternate play interface in accordance with another illustrative embodiment;
FIG. 4 is a flow diagram illustrating a video processing method according to another exemplary embodiment;
FIG. 5 is a block diagram illustrating the structure of a video processing apparatus according to an exemplary embodiment;
fig. 6 is a block diagram illustrating a structure of a video processing apparatus according to another exemplary embodiment;
fig. 7 is a block diagram illustrating a structure of a video processing apparatus according to another exemplary embodiment.
With the above figures, certain embodiments of the invention have been illustrated and described in more detail below. The drawings and the description are not intended to limit the scope of the inventive concept in any way, but rather to illustrate it by those skilled in the art with reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
The embodiments of the invention provide a video processing method aiming at the problems that in an iOS system, all third-party browsers need to use UIWebView as a basis, when the UIWebView is used for opening videos in browser webpages, a system video player is acquiescently called, the acquiescent called system video player only has a basic playing control function, the interface is simple and crude, the style is single, the visual perception of a user cannot be met, and for users who are not used to the iOS system video player, the use method of the iOS system video player needs to be known first, and then the played video elements can be controlled, so that the time and energy of the user are wasted.
According to the video processing method provided by the embodiment of the invention, when the preset view function is intercepted and called back, and the class name contained in the preset view function is the view class name, a replacing playing interface can be generated according to the object corresponding to the video element played by the system player interface, and the video element is played by using the replacing playing interface, so that the video playing processing is realized by using the user-defined playing interface and replacing the system player interface, and the visual effect when the video is played is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video element is improved.
The following describes a video processing method, an apparatus and a server in detail with reference to the accompanying drawings.
Fig. 1 is a flow diagram illustrating a video processing method according to an example embodiment.
As shown in fig. 1, the video processing method includes the following steps:
step 101, when a preset view function is intercepted and called back, whether a class name included in the preset view function is a view class name or not is judged.
Specifically, the video processing method provided by the embodiment of the present invention may be executed by the video processing apparatus provided by the embodiment of the present invention. The video processing device can be configured in any terminal capable of playing video or a server capable of processing video, such as a browser server, so as to process the played video.
The embodiments of the present application will be described with reference to the method configured in the browser server, and processing a video played by the browser.
The preset view function may be an add sub-view function (didaddsub view) of a video basic user interface view (UIView).
It is understood that, in the embodiment of the present invention, an alternative function may be set, so that whether the preset view function is called back is determined according to whether the alternative function is called. That is, before step 101, the method may further include:
determining a memory address of a preset view function;
and writing the preset substitute function into the memory address to replace the preset view function.
Correspondingly, in step 101, intercepting that the preset view function is called back may include:
and when the preset substitute function is called, determining that the preset view function is called back.
In specific implementation, a substitute function may be preset, and the substitute function is written into a memory address of a preset view function, so that the preset view function is replaced with a predefined substitute function, so that all view applications including a system player are intercepted by the substitute function when a sub-view (subview) is added, that is, when the preset view function is called. Therefore, when the browser determines that the preset view function intercepted by the substitute function is called back, the browser can judge whether the class name contained in the preset view function is the view class name or not.
Specifically, the view class name may be video player view "AVPlayerView" or MP slidable view "MPSwipableView".
And 102, if yes, acquiring an object corresponding to the video element played in the system player interface.
The object corresponding to the video element refers to an attribute of the object corresponding to the video element. Such as the type of various controls, the location of the controls, the size of the controls, and so forth.
Specifically, when the class name included in the preset view function is determined to be the view class name, the object corresponding to the video element played in the system player interface can be acquired.
In specific implementation, taking object-oriented programming language object C as an example, the attribute of the object corresponding to any video element played in the system player interface may be obtained by giving a value (value forkeypath) to the attribute of the object attribute. Specifically, an obtaining statement, such as [ webView value for keypath: @ "documentview. webView. MainFrame" ], may be used to obtain a host (MainFrame) object embedded in the UIWebView, and through the obtaining statement: [ main frames child frames ] acquires all frames (iframe) corresponding to Objective C objects, and then acquires the context (javascript context) of the javascript script language for each iframe object to execute the acquisition statement: the video element tag inside the iframe can be obtained by the querysector ('video').
And 103, generating a replacing playing interface according to the object corresponding to the video element.
Specifically, the generated system player interface may have a different color, a different style, a different size, position, color, a same control type, function, and the like, from the system player interface according to the obtained attribute of the object corresponding to the video element played in the system player interface.
In specific implementation, the color and style of the replacement playing interface, the mapping relationship between each type or each control with different functions and the corresponding control size, position, color and other information can be preset, so that after an object corresponding to a video element played in the system player interface is obtained, the style and color of the replacement playing interface, the size, position, color and other information of each control can be determined according to the preset mapping relationship, the preset color and style of the replacement playing interface, and the like, and the replacement playing interface is generated.
For example, assume that in the preset replacement playing interface, the size of the playing progress bar is 10% of the size of the interface and is located in the center of the bottom of the interface; the size of the play/pause key is 1% of the size of the interface and is positioned above the progress bar; the forward and backward keys are located on the left and right sides of the play/pause key, respectively. Assuming that the system player interface is as shown in fig. 1A and includes a play progress bar, a play/pause key, a forward key, and a backward key, the size and position of each control in the substitution play interface can be determined according to an object corresponding to a video element played in the system player interface and a preset mapping relationship, so as to generate the substitution play interface shown in fig. 1B.
It can be understood that, in the embodiment of the present invention, multiple colors and styles of the substitution playing interface, and multiple different mapping relationships between each type or each control with different functions and the corresponding control size, position, color, etc. may be preset, so that when the substitution playing interface is generated, multiple different candidate substitution playing interfaces may be generated, and the substitution playing interface is finally determined according to the selection of the user.
And 104, playing the video element by using a replacing playing interface, wherein the display priority of the replacing playing interface is higher than that of the playing interface of the system player.
In general, the window management device assigns different values to different layers, and the larger the value is, the higher the display priority of the layer is. For example, if the window management device assigns a display priority of 3 to the layer a and a display priority of 2 to the layer B, the display priority of the layer a is higher than that of the layer B, and the layer a may be displayed on the layer B.
In the embodiment of the present invention, after the replacement playing interface is generated, the display priority of the layer corresponding to the replacement playing interface may be set to a value greater than the display priority of the display layer corresponding to the playing interface of the system player, so that the layer corresponding to the replacement playing interface is displayed on the layer corresponding to the playing interface of the system player, and thus, a user may view a video in a web page through the replacement playing interface.
It can be understood that, according to the object corresponding to the video element played in the system player interface, the replacement playing interface generated in the embodiment of the present invention can be customized to an interface with various styles and more popular with users, so that a better visual effect can be provided for users, and for users who are not accustomed to the iOS system video player, the user can watch videos and control the played video element by using the familiar replacement playing interface, thereby saving time and energy of the user, and improving the efficiency of controlling the played video element.
It should be noted that, when the video processing method provided by the embodiment of the present invention is used to process a video played in a browser, since the area of a playing interface is small when the browser plays the video in an embedded manner, if a control is added to the playing interface, the display interface of an effective video will be reduced, and therefore, when the video is played in the embedded manner in the browser, the meaning of modifying the display mode of the playing interface is not great. In addition, because the preset view function is usually not called when the video is played by the browser in an embedded mode, the scheme is usually suitable for the situation that the video is played by the browser in a full-screen mode.
According to the video processing method provided by the embodiment of the invention, when the preset view function is intercepted and called back, whether the class name contained in the preset view function is the view class name or not is judged, if yes, the object corresponding to the video element played in the system player interface is obtained, and the replacement playing interface is generated according to the object of the video element, so that the video element is played by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
Through the analysis, when the preset view function is intercepted and called back, if the class name included in the preset view function is the view class name, the object corresponding to the video element played in the system player interface can be obtained, the alternate playing interface is generated, and therefore the alternate playing interface is utilized to play the video element. In a possible implementation form of the present invention, a user may perform an operation in the alternate playing interface, and the video processing method provided in the embodiment of the present invention is further described below with reference to fig. 2.
Fig. 2 is a flow diagram illustrating a video processing method according to another exemplary embodiment.
As shown in fig. 2, the video processing method may further include the following steps:
step 201, acquiring the operation executed by the user in the replacement playing interface.
Step 202, determining a first event parameter according to the operation.
The first event parameter is used for indicating a target event, such as a current playing progress, a current playing volume, and the like.
Specifically, the first event parameter may include at least one of the following information: the playing state, the playing time and the playing mode of the video elements.
It can be understood that the layer corresponding to the replacement playing interface is displayed on the layer corresponding to the playing interface of the system player, so that in the process of playing the video, a user may click a pause/play key in the replacement playing interface to pause playing or start playing the video by using the replacement playing interface; or clicking a playing progress bar to adjust the playing progress and the like. At this time, the video processing apparatus may determine the first event parameter according to the operation after acquiring the operation of the user in replacing the play interface, such as clicking the pause/play key, clicking the play progress bar, and the like.
For example, when the user clicks the progress bar to fast forward the current video element for 10 seconds(s), the video processing apparatus may determine that the first event parameter is fast forward for 10s according to the operation of the user.
Step 203, the first event parameter is sent to the system player kernel.
And step 204, receiving the video data returned by the system player kernel according to the event parameters.
And step 205, updating the replacement playing interface according to the video data.
Specifically, after determining the first event parameter according to the operation of the user, the video processing apparatus may send the first event parameter to the system play kernel. The system playing kernel can return corresponding video data to the video processing device according to the first event parameter, so that the video processing device can update the replacement playing interface according to the received video data, and pause playing, starting playing, progress adjustment and the like of video elements in the replacement playing interface are achieved.
In the embodiment of the invention, the replacement playing interface is only utilized to cover the system player interface for playing the video, and the system player kernel is still used for playing the video element, so that the problems of extra loss and compatibility caused by the kernel switching process can be avoided, and the software development efficiency is improved.
In addition, in the embodiment of the invention, the event function callback request executed by the kernel of the system player can be intercepted, so that the alternate playing interface can be updated according to the intercepted event function callback request. For example, when the kernel of the system player recalls a playing progress event function to change the position of the progress bar in the video playing interface, the video playing device can intercept the event function callback request, so that the position of the progress bar in the replacement playing interface can be updated according to the intercepted event function callback request.
That is, in the embodiment of the present invention, the method may further include:
intercepting an event function callback request triggered by a system player kernel, wherein the event function callback request comprises a second event parameter;
and updating the replacement playing interface according to the second event parameter.
Wherein, the second event parameter is used for indicating a target event, such as the current playing progress, the current playing volume, and the like. Therefore, when the object attribute of the video element is changed, the video element displayed in the replacement playing interface can be updated according to the target event indicated by the second event parameter in the intercepted event function callback request.
In the embodiment of the invention, the JavaScript kernel JavaScriptcore can be used for realizing the calling of the Objective C to the JavaScript, and meanwhile, event functions of the JavaScript can be registered in the Objective C, so that when the event function is intercepted and called back, the current playing progress, the playing volume and the like can be determined according to a second event parameter in the event function call-back request, and the video element displayed in the replaced playing interface is updated.
According to the video processing method provided by the embodiment of the invention, after the video element is played by using the replacement playing interface, the operation executed by the user on the replacement playing interface is firstly obtained, then the first event parameter is determined according to the operation, and then the first event parameter is sent to the system player kernel, so that after the video data returned by the system player kernel according to the event parameter is received, the replacement playing interface is updated according to the video data. Therefore, the system player interface is replaced by the user-defined playing interface, and the video elements displayed in the replacement playing interface are updated according to the operation executed by the user in the replacement playing interface, so that the visual effect in the process of playing the video is optimized, the time and the energy of the user are saved, and the efficiency of controlling the played video elements is improved.
Through the analysis, when the preset view function is intercepted and called back, if the class name included in the preset view function is the view class name, the object corresponding to the video element played in the system player interface can be obtained, the alternate playing interface is generated, and therefore the alternate playing interface is utilized to play the video element. In practical applications, different alternative playing interfaces may be generated according to the usage habits of the user, and the following description is specifically provided for the above situation with reference to fig. 3.
Fig. 3 is a flow diagram illustrating a video processing method according to another exemplary embodiment.
As shown in fig. 3, the video processing method includes the following steps:
step 301, when a preset view function is intercepted and called back, judging whether a class name included in the preset view function is a view class name.
And 302, if yes, acquiring an object corresponding to the video element played in the system player interface.
Step 303, determining the attribute of the alternate playing interface according to the historical use information of the terminal where the system player is located.
The attribute of the replacement playing interface may refer to information such as a color of the replacement playing interface, and a position and a size of each control.
And 304, generating a replacing playing interface according to the object corresponding to the video element and the attribute of the replacing playing interface.
It can be understood that the terminal where the system player is located may have installed therein third-party video player software, such as a storm audio/video player, an arcade player, and the like. In the embodiment of the invention, the style of the playing interface frequently used by the user, the color of the playing interface and other information can be determined according to the historical use information of the third-party video player software in the terminal where the system player is located, so as to determine the attribute of the replacement playing interface, and further generate the replacement playing interface according to the object of the video element played in the system player interface and the determined attribute of the replacement playing interface.
For example, it is assumed that a player interface frequently used by a user is determined to be a storm video player according to historical usage information of a terminal where a system player is located, and the playing interface of the storm video player includes controls such as a playing progress bar, a playing/pausing key, a forward key, a backward key, a playing volume key, a stop key, a file opening button, a full screen/full screen exit key, and as shown in fig. 3A, the bottom center of the playing interface sequentially includes the stop key, the forward key, the playing/pausing key, the backward key, the file opening button, the playing volume key, and the full screen/full screen exit key, and the playing progress bar is located above the controls. In this embodiment of the present invention, if the obtained system player interface includes a play progress bar, a play/pause key, a forward key, a backward key, and a play volume key, the size, the position, the color, and the like of the forward key, the play/pause key, the backward key, and the play volume key in the replacement play interface may be determined, so as to generate the replacement play interface shown in fig. 3B.
It should be noted that step 303 may also be executed before step 301, or executed between step 301 and step 302, which is not limited herein.
And 305, playing the video element by using a replacement playing interface, wherein the display priority of the replacement playing interface is higher than that of the playing interface of the system player.
The specific implementation process and principle of steps 301 to 302 and 305 may refer to the specific description in the above embodiments, and are not described herein again.
It can be understood that, in the embodiment of the present invention, when the video is played completely or the user quits full-screen playing, the alternative playing interface may also be closed, that is, in the embodiment of the present invention, the method may further include:
and closing the alternative playing interface when determining that another preset view function is called back.
Wherein, the other preset view function may be a remove sub-view function (willRemoveSubview) of the video base class UIView.
In specific implementation, a substitute function may be preset, and the substitute function is written into a memory address of another preset view function, so that the another preset view function is replaced with a predefined substitute function, so that all view applications including the system player are intercepted by the substitute function when the subview is removed, that is, when the another preset view function is called. Therefore, when the alternative function is determined to intercept another preset view function and is called back, whether the class name contained in the other preset view function is the view class name or not can be judged, and if yes, the playing interface can be closed.
Specifically, the video class name may be "AVPlayerView" or "mpswibleview".
The video processing method provided by the embodiment of the invention firstly judges whether a class name contained in a preset view function is called back when the preset view function is intercepted, if so, an object corresponding to a video element played in a system player interface is obtained, then the attribute of a substitution playing interface is determined according to the historical use information of a terminal where the system player is located, then a substitution playing interface is generated according to the object corresponding to the video element and the attribute of the substitution playing interface, and finally the video element is played by utilizing the substitution playing interface. Therefore, the user-defined replacement playing interface is realized according to the historical use information of the terminal where the system player is located, and the user-defined replacement playing interface is used for replacing the system player interface so as to play the video, so that the visual effect of playing the video is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
Through the analysis, when the preset view function is intercepted and called back, if the class name included in the preset view function is the view class name, the object corresponding to the video element played in the system player interface can be obtained, and the alternate playing interface is generated, so that the alternate playing interface is utilized to play the video element in the browser. In practical application, in order to increase the click rate of the video in the browser, when it is determined that video elements exist in a browser webpage, a fast play menu can be displayed in the browser webpage, so that a user can control the video elements in a system play interface by using the fast play menu. The above will be described in detail with reference to fig. 4.
Fig. 4 is a flowchart illustrating a video processing method according to another exemplary embodiment.
As shown in fig. 4, the video processing method may further include the following steps:
step 401, displaying a shortcut playing menu in a browser webpage.
The shortcut playing menu may include controls such as full screen, quitting full screen, and downloading button.
Step 402, if receiving the operation of the user on the shortcut playing menu, sending a click event message to the video element.
Specifically, when the browser webpage contains the video element, the quick play menu can be displayed in the browser webpage, so that the user can control the video by operating in the quick play menu.
For example, a user can click a full screen button in a shortcut play menu, so as to enter a full screen mode to watch a video; alternatively, the user may click a download button in the quick play menu to begin downloading the video, and so on.
Further, since the web page of the browser does not necessarily include the video element, the video processing apparatus needs to detect whether the currently loaded web page of the browser includes the video element before performing step 401.
That is, before step 401, it may further include:
and step 403, determining that the browser webpage contains the video element by using the injected video element detection code.
Specifically, a section of detection code for detecting the video element may be injected after the web page of the browser is loaded, so that whether the web page includes the video element is detected by detecting the code after the web page of the browser is loaded.
It should be noted that, if the above manner is adopted, whether a browser webpage contains a video element is detected, and a video element detection code needs to be executed once after the webpage is loaded every time, which may affect the performance of the browser for browsing the webpage as a whole. Therefore, in a preferred implementation form, before the step 401, the method may further include:
and step 404, when a callback request of the full-screen detection function is intercepted, determining that the browser webpage contains video elements.
Specifically, in the embodiment of the present invention, a full screen detection function (isFullscreen) may be obtained, and an address of the function in the memory is replaced with a preset address, so that when a browser webpage includes a video element, that is, when the full screen detection function is called, the full screen detection function is intercepted by the browser. Therefore, when the browser determines to intercept the callback request of the full-screen detection function, the browser can determine that the webpage of the browser contains the video element.
In specific implementation, after the shortcut playing menu is displayed in the browser webpage, if the operation of the shortcut playing menu by the user is received, the video processing device can send a click event message to the video element, so as to obtain the video element of the browser webpage.
It can be understood that the video elements in the browser webpage generally have different source addresses, and when the user operates in the shortcut play menu, the corresponding click events are different for different video element addresses, so in this embodiment of the present invention, before step 402, the method may further include:
and constructing a click event message according to the address of the video element.
Specifically, the video processing device may construct a corresponding click event message in advance according to addresses of different video elements, so that after a user operates a fast play menu displayed in a current browser webpage, the video processing device may send the corresponding click event message to the video element according to the address of the video element in the current browser webpage, thereby obtaining the video element in the browser webpage.
According to the video processing method provided by the embodiment of the invention, after the browser webpage contains the video element, the quick playing menu can be displayed in the browser webpage, and if the operation of the quick playing menu by a user is received, the click event message is sent to the video element. Therefore, the shortcut playing menu is displayed in the browser webpage, so that a user can control the video elements in the system playing interface by using the shortcut playing menu, the click rate of the video in the browser is increased, the visual effect when the video is played in the webpage is optimized, the time and the energy of the user are saved, and the efficiency of controlling the played video elements is improved.
The following are embodiments of the apparatus of the present invention that may be used to perform embodiments of the method of the present invention. For details which are not disclosed in the embodiments of the apparatus of the present invention, reference is made to the embodiments of the method of the present invention.
Fig. 5 is a block diagram illustrating a configuration of a video processing apparatus according to an exemplary embodiment. The video processing apparatus may include:
the judging module 51 is configured to judge whether a class name included in the preset view function is a view class name when the preset view function is intercepted and called back;
a first obtaining module 52, configured to obtain an object corresponding to a video element played in a system player interface when a class name included in a preset view function is a view class name;
the first processing module 53 is configured to generate a substitution playing interface according to an object corresponding to the video element;
and a second processing module 54, configured to perform playing processing on the video element by using a replacement playing interface, where a display priority of the replacement playing interface is higher than that of the playing interface of the system player.
Specifically, the video processing apparatus provided in the embodiment of the present invention may be configured to execute the video processing method provided in the embodiment of the present invention. The device can be configured in any terminal capable of playing video or a server capable of processing video, such as a browser server, so as to process the played video.
It should be noted that the foregoing explanation on the embodiment of the video processing method is also applicable to the video processing apparatus of this embodiment, and is not repeated here.
The video processing device provided by the embodiment of the invention judges whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back, if so, the object corresponding to the video element played in the system player interface is obtained, and the replacement playing interface is generated according to the object of the video element, so that the video element is played by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
Fig. 6 is a block diagram illustrating a structure of a video processing apparatus according to another exemplary embodiment.
As shown in fig. 6, the video processing apparatus may further include, based on the video processing apparatus shown in fig. 5:
a first determining module 61, configured to determine a memory address of the preset view function;
a replacing module 62, configured to write a preset replacing function into the memory address to replace the preset view function.
And a second determining module 63, configured to determine an attribute of the replacement playing interface according to the historical usage information of the terminal where the system player is located.
Specifically, the video processing apparatus provided in the embodiment of the present invention may be configured to execute the video processing method provided in the embodiment of the present invention. The device can be configured in any terminal capable of playing video or a server capable of processing video, such as a browser server, so as to process the played video.
Correspondingly, the determining module 51 is specifically configured to:
and when the preset substitute function is called, determining that the preset view function is intercepted and called back.
It should be noted that the foregoing explanation on the embodiment of the video processing method is also applicable to the video processing apparatus of this embodiment, and is not repeated here.
The video processing device provided by the embodiment of the invention judges whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back, if so, the object corresponding to the video element played in the system player interface is obtained, and the replacement playing interface is generated according to the object of the video element, so that the video element is played by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
Fig. 7 is a block diagram illustrating a structure of a video processing apparatus according to another exemplary embodiment.
As shown in fig. 7, the video processing apparatus may further include, in addition to the video processing apparatus shown in fig. 5:
a second obtaining module 71, configured to obtain an operation performed by the user on the alternate playing interface;
a third determining module 72, configured to determine a first event parameter according to the operation;
a sending module 73, configured to send the first event parameter to the system player kernel;
a receiving module 74, configured to receive video data returned by the system player kernel according to the event parameter;
the first updating module 75 is configured to update the replacement playing interface according to the video data.
A third processing module 76, configured to intercept an event function callback request triggered by a system player kernel, where the event function callback request includes a second event parameter;
and a second updating module 77, configured to update the replacement playback interface according to the second event parameter.
Specifically, the video processing apparatus provided in the embodiment of the present invention may be configured to execute the video processing method provided in the embodiment of the present invention. The device can be configured in any terminal capable of playing video or a server capable of processing video, such as a browser server, so as to process the played video.
Wherein the first event parameter comprises at least one of the following information: the playing state, the playing time and the playing mode of the video elements.
It should be noted that the foregoing explanation on the embodiment of the video processing method is also applicable to the video processing apparatus of this embodiment, and is not repeated here.
The video processing device provided by the embodiment of the invention judges whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back, if so, the object corresponding to the video element played in the system player interface is obtained, and the replacement playing interface is generated according to the object of the video element, so that the video element is played by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
In an exemplary embodiment, there is also provided a server, including:
a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the video processing method as described in the above embodiments when executing the program.
Specifically, the video processing method includes:
when a preset view function is intercepted and called back, judging whether a class name contained in the preset view function is a view class name or not;
if so, acquiring an object corresponding to the video element played in the system player interface;
generating a replacing playing interface according to the object corresponding to the video element;
and playing the video element by utilizing a replacing playing interface, wherein the display priority of the replacing playing interface is higher than that of the playing interface of the system player.
It should be noted that the foregoing explanation on the embodiment of the video processing method is also applicable to the server in this embodiment, and is not repeated here.
The server provided by the embodiment of the invention judges whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back, if so, the server acquires the object corresponding to the video element played in the system player interface and generates the replacement playing interface according to the object of the video element, thereby playing the video element by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
In an exemplary embodiment, there is also provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the video processing method as described in the above embodiments.
Specifically, the video processing method includes:
when a preset view function is intercepted and called back, judging whether a class name contained in the preset view function is a view class name or not;
if so, acquiring an object corresponding to the video element played in the system player interface;
generating a replacing playing interface according to the object corresponding to the video element;
and playing the video element by utilizing a replacing playing interface, wherein the display priority of the replacing playing interface is higher than that of the playing interface of the system player.
It should be noted that the foregoing explanation on the embodiment of the video processing method is also applicable to the computer-readable storage medium of the embodiment, and is not repeated here.
The computer-readable storage medium provided in the embodiment of the present invention, when capturing a preset view function and calling back, determines whether a class name included in the preset view function is a view class name, and if so, obtains an object corresponding to a video element played in a system player interface, and generates a replacement play interface according to the object of the video element, so as to play the video element by using the replacement play interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
In an exemplary embodiment, there is also provided a computer program product, which when executed by an instruction processor performs the video processing method as described in the above embodiments.
Specifically, the video processing method includes:
when a preset view function is intercepted and called back, judging whether a class name contained in the preset view function is a view class name or not;
if so, acquiring an object corresponding to the video element played in the system player interface;
generating a replacing playing interface according to the object corresponding to the video element;
and playing the video element by utilizing a replacing playing interface, wherein the display priority of the replacing playing interface is higher than that of the playing interface of the system player.
It should be noted that the foregoing explanation on the embodiment of the video processing method is also applicable to the computer program product of the embodiment, and is not repeated here.
The computer program product provided by the embodiment of the invention judges whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back, if so, the object corresponding to the video element played in the system player interface is obtained, and the replacement playing interface is generated according to the object of the video element, so that the video element is played by utilizing the replacement playing interface. Therefore, the user-defined playing interface is utilized to replace the system player interface to carry out video playing processing, so that the visual effect during video playing is optimized, the time and the energy of a user are saved, and the efficiency of controlling the played video elements is improved.
In the description of the present invention, it is to be understood that the terms "first", "second" and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
In the description of the specification, reference to the description of the term "one embodiment", "some embodiments", "an example", "a specific example", or "some examples", etc., means that a particular feature or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc. Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (10)

1. A video processing method, comprising:
when a preset view function is intercepted and called back, judging whether a class name contained in the preset view function is a view class name or not;
if so, acquiring an object corresponding to the video element played in the system player interface;
generating a replacing playing interface according to the object corresponding to the video element;
playing the video element by using the replacement playing interface, wherein the display priority of the replacement playing interface is higher than that of the playing interface of the system player;
before the preset view function is intercepted, the method further comprises the following steps:
determining the memory address of the preset view function;
writing a preset substitute function into the memory address to replace the preset view function;
the intercepted preset view function is called back, and the method comprises the following steps:
when the preset substitute function is called, determining that the preset view function is called back;
after the playing processing is performed on the video element by using the alternative playing interface, the method further includes:
acquiring the operation executed by the user on the replacing playing interface;
determining a first event parameter according to the operation;
sending the first event parameter to a system player kernel;
receiving video data returned by the system player kernel according to the first event parameter;
and updating the replacement playing interface according to the video data.
2. The method of claim 1, wherein prior to performing playback processing on the video element using the alternate playback interface, further comprising:
and determining the attribute of the replacing playing interface according to the historical use information of the terminal where the system player is located.
3. The method of claim 1, wherein the first event parameter comprises at least one of: the playing state, the playing time and the playing mode of the video elements.
4. The method of claim 1, wherein after the playing the video element using the alternate playing interface, further comprising:
intercepting an event function callback request triggered by a system player kernel, wherein the event function callback request comprises a second event parameter;
and updating the replacing playing interface according to the second event parameter.
5. A video processing apparatus, comprising:
the judging module is used for judging whether the class name contained in the preset view function is the view class name or not when the preset view function is intercepted and called back;
the first obtaining module is used for obtaining an object corresponding to a video element played in a system player interface when a class name included in the preset view function is a view class name;
the first processing module is used for generating a replacing playing interface according to the object corresponding to the video element;
the second processing module is used for playing the video element by using the replacement playing interface, wherein the display priority of the replacement playing interface is higher than that of the playing interface of the system player;
the first determining module is used for determining the memory address of the preset view function;
a replacement module, configured to write a preset replacement function into the memory address to replace the preset view function;
the judgment module is specifically configured to:
when the preset substitute function is called, determining that the intercepted and captured preset view function is called back;
the second acquisition module is used for acquiring the operation executed by the user on the replacing playing interface;
a third determining module, configured to determine a first event parameter according to the operation;
the sending module is used for sending the first event parameter to a system player kernel;
the receiving module is used for receiving the video data returned by the system player kernel according to the first event parameter;
and the first updating module is used for updating the replacing playing interface according to the video data.
6. The apparatus of claim 5, further comprising:
and the second determining module is used for determining the attribute of the alternative playing interface according to the historical use information of the terminal where the system player is located.
7. The apparatus of claim 5, wherein the first event parameter comprises at least one of: the playing state, the playing time and the playing mode of the video elements.
8. The apparatus of claim 5, further comprising:
the third processing module is used for intercepting an event function callback request triggered by a system player kernel, wherein the event function callback request comprises a second event parameter;
and the second updating module is used for updating the replacing playing interface according to the second event parameter.
9. A server, comprising:
memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor implements the video processing method according to any of claims 1 to 4 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the video processing method according to any one of claims 1 to 4.
CN201710592839.2A 2017-07-19 2017-07-19 Video processing method and device and server Active CN109286834B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710592839.2A CN109286834B (en) 2017-07-19 2017-07-19 Video processing method and device and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710592839.2A CN109286834B (en) 2017-07-19 2017-07-19 Video processing method and device and server

Publications (2)

Publication Number Publication Date
CN109286834A CN109286834A (en) 2019-01-29
CN109286834B true CN109286834B (en) 2021-06-15

Family

ID=65184744

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710592839.2A Active CN109286834B (en) 2017-07-19 2017-07-19 Video processing method and device and server

Country Status (1)

Country Link
CN (1) CN109286834B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109729429B (en) * 2019-01-31 2021-08-17 百度在线网络技术(北京)有限公司 Video playing method, device, equipment and medium
CN112312220B (en) * 2019-07-26 2022-06-14 北京搜狗科技发展有限公司 Webpage video playing method and device
CN110913277A (en) * 2019-11-29 2020-03-24 百度在线网络技术(北京)有限公司 Video playing method and device, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1239253A (en) * 1998-06-17 1999-12-22 微软公司 Method for adapting user interface elements based on historical usage
CN102647629A (en) * 2012-04-27 2012-08-22 北京人民广播电台 Content playing method and content playing device
CN104301797A (en) * 2014-10-14 2015-01-21 百度在线网络技术(北京)有限公司 Method and device for controlling playing resources in mobile terminal browser
CN104918119A (en) * 2014-03-11 2015-09-16 腾讯科技(深圳)有限公司 Video processing method based on iOS browser, and video processing apparatus based on iOS browser
CN104967909A (en) * 2014-09-19 2015-10-07 腾讯科技(深圳)有限公司 Page video play method and page video play apparatus
US20150371677A1 (en) * 2014-06-19 2015-12-24 BrightSky Labs, Inc. User interface for video editing system
CN106899892A (en) * 2017-02-20 2017-06-27 维沃移动通信有限公司 A kind of method and mobile terminal for carrying out video playback in a browser

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1239253A (en) * 1998-06-17 1999-12-22 微软公司 Method for adapting user interface elements based on historical usage
CN102647629A (en) * 2012-04-27 2012-08-22 北京人民广播电台 Content playing method and content playing device
CN104918119A (en) * 2014-03-11 2015-09-16 腾讯科技(深圳)有限公司 Video processing method based on iOS browser, and video processing apparatus based on iOS browser
US20150371677A1 (en) * 2014-06-19 2015-12-24 BrightSky Labs, Inc. User interface for video editing system
CN104967909A (en) * 2014-09-19 2015-10-07 腾讯科技(深圳)有限公司 Page video play method and page video play apparatus
CN104301797A (en) * 2014-10-14 2015-01-21 百度在线网络技术(北京)有限公司 Method and device for controlling playing resources in mobile terminal browser
CN106899892A (en) * 2017-02-20 2017-06-27 维沃移动通信有限公司 A kind of method and mobile terminal for carrying out video playback in a browser

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Android平台上音视频系统的研究及播放器开发;张小菲;《中国优秀硕士学位论文全文数据库-信息科技辑》;20130315;28-32页3.3节,图3.9 *

Also Published As

Publication number Publication date
CN109286834A (en) 2019-01-29

Similar Documents

Publication Publication Date Title
US11231959B2 (en) Foreground and background switching entry generation and display following quit operations
US11816305B2 (en) Interface display method and apparatus, and storage medium
CN109286834B (en) Video processing method and device and server
CN105320417B (en) Page switching method and client
CN111050203B (en) Video processing method and device, video processing equipment and storage medium
US20150195179A1 (en) Method and system for customizing toolbar buttons based on usage
JP2016502185A (en) Icon display method, apparatus, program, and storage medium
CN104516637B (en) The display control method and device of button in the media play page
CN104252284A (en) File display method and device
US20170269823A1 (en) Control Display Method and Device, and Terminal
US20150317059A1 (en) Application management method for a mobile terminal and the mobile terminal
US20160216929A1 (en) Processing application interface
US11941728B2 (en) Previewing method and apparatus for effect application, and device, and storage medium
CN109460521A (en) Picture editing method, device, medium and computer equipment in web page
US20230241499A1 (en) Position adjustment method and apparatus for operation control, terminal, and storage medium
CN104615432B (en) Splash screen information processing method and client
CN111966273A (en) Information display processing method and device
CN113315883B (en) Method and device for adjusting video combined material
CN112752132A (en) Cartoon picture bullet screen display method and device, medium and electronic equipment
CN116304442A (en) Page code generation method and device, electronic equipment and storage medium
CN106569675B (en) A kind of prompting frame display methods and device
WO2023173868A1 (en) Interface editing method and apparatus, electronic device, and readable medium
CN107291564B (en) Information copying and pasting method and device and electronic equipment
CN106055688B (en) Search result display method and device and mobile terminal
CN109074220A (en) The method that dynamic changes user interface element

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant