CN104050039A - Method and device for having control over multimedia playing - Google Patents

Method and device for having control over multimedia playing Download PDF

Info

Publication number
CN104050039A
CN104050039A CN201410314798.7A CN201410314798A CN104050039A CN 104050039 A CN104050039 A CN 104050039A CN 201410314798 A CN201410314798 A CN 201410314798A CN 104050039 A CN104050039 A CN 104050039A
Authority
CN
China
Prior art keywords
multimedia
terminal
preset
time
state
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.)
Pending
Application number
CN201410314798.7A
Other languages
Chinese (zh)
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.)
ThunderSoft Co Ltd
Original Assignee
ThunderSoft 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 ThunderSoft Co Ltd filed Critical ThunderSoft Co Ltd
Priority to CN201410314798.7A priority Critical patent/CN104050039A/en
Publication of CN104050039A publication Critical patent/CN104050039A/en
Pending legal-status Critical Current

Links

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention discloses a method for having control over multimedia playing. The method is applied to an operating system. By the adoption of the method for having control over multimedia playing, the purpose that the multimedia playing state is automatically controlled to be adapted to the sleep state of a user without user setting when the user falls asleep is achieved. For example, the method can comprise the steps that whether a terminal is in the multimedia playing state or not is judged; if the terminal is in the multimedia playing state and the operating state of the terminal meets preset sleep conditions, the playing state of the multimedia is controlled by adopting a preset sleep mode. In addition, the invention further discloses a device for having control over multimedia playing, wherein the device is configured at the operating system level.

Description

Method and device for controlling multimedia playing
Technical Field
The present invention relates to the field of multimedia applications, and in particular, to a method and an apparatus for controlling multimedia playing.
Background
With the popularization of intelligent terminals such as smart phones, many people have a habit of watching movies or listening to music by using multimedia playing software (such as audio and video playing software) before sleeping, but sometimes the people unconsciously sleep but forget to turn off the multimedia playing software, so that the sleeping quality is affected, and terminal resources are wasted.
To solve this problem, some multimedia playing software provides a function of timing off. The user can set the time for the timed shutdown using the interface provided by the multimedia player software. A timer is started in the multimedia playing software with the timing closing time, and the software automatically exits after the time is up.
However, since the user is required to manually set the timer shutdown function of the multimedia playing software to be effective, if the user forgets the setting, the above-mentioned problem may also occur.
Disclosure of Invention
In view of this, an object of the present invention is to provide a method and an apparatus for controlling multimedia playing software, so as to achieve the purpose of automatically controlling a multimedia playing state to adapt to a sleeping state of a user when the user enters the sleeping state without user setting.
In a first aspect of the embodiments of the present invention, a method for controlling multimedia playing applied to an operating system of a terminal is provided. For example, the method may include: judging whether the terminal has multimedia in a playing state or not; if the running state of the terminal meets the preset sleep condition, a preset sleep mode is adopted to control the playing state of the multimedia.
In a second aspect of the embodiments of the present invention, an apparatus for controlling multimedia playing configured at an operating system level of a terminal is provided. For example, the apparatus may comprise: the first judging unit can be used for judging whether multimedia exists in the terminal and is in a playing state; and the control unit can be used for controlling the playing state of the multimedia by adopting a preset sleep mode if the first judgment unit judges that the running state of the terminal meets the preset sleep condition.
It can be seen that the application has the following beneficial effects:
the method provided by the embodiment of the invention is applied to the operating system of the terminal, so that the terminal can automatically start to judge whether multimedia exists in the terminal in a playing state at the background after the terminal is started up and starts the operating system, and when the judgment is yes and the running state of the terminal meets the preset sleep condition, the playing state of the multimedia can be automatically controlled by adopting the preset sleep mode, so that the aim of automatically controlling the multimedia playing state to adapt to the sleep state of a user without user setting when the user goes to sleep is fulfilled.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a flowchart illustrating a method for controlling multimedia playing according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an apparatus for controlling multimedia playback according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
For example, referring to fig. 1, a flowchart of a method for controlling multimedia playing applied to an operating system of a terminal according to an embodiment of the present invention is shown. As shown in fig. 1, the method may include:
s110, judging whether the terminal has multimedia in a playing state or not on the operating system level.
It should be noted that the multimedia described in the embodiment of the present invention is not limited to any specific one, and may be, for example, audio or video. For example, if the operating system running on the terminal is an Android operating system, whether audio is currently played in the terminal may be determined by calling a system interface audiomanager.
And S120, if the running state of the terminal meets the preset sleep condition, adopting a preset sleep mode to control the playing state of the multimedia.
It should be noted that, in the embodiment of the present invention, the preset sleep condition may be set according to actual implementation requirements, and the present invention is not limited thereto. For example, the embodiment of the present invention may determine whether the operation state of the terminal meets the preset sleep condition by performing any one or all of the following two determinations. The following two determining steps may be executed before, after, or simultaneously with the determination of whether the multimedia exists in the terminal in the playing state, which is not limited in the present invention. The two determinations may include:
in one of the judgments, it may be judged whether the current time of the terminal is a preset sleep time. For example, the system interface system may be called currenttimeinmillions () to obtain the current system time, and if the current system time is determined to be within the preset sleep time range, for example, the preset sleep time range may be from 10 pm to 6 am. The preset sleep time range can be set according to implementation requirements. For example, in some possible embodiments, an interface for setting a preset sleep time range by a user may be provided, and the preset sleep time range is set by the user.
And judging whether the time length from the last time the terminal receives the user input to the present time exceeds the preset time length. For example, in some possible embodiments, each time the user clicks a button on the terminal, the method of the system is triggered to issue a notification to the application that the button is pressed. Accordingly, the time at which each key is pressed may be recorded in response to receiving a notification that the key is pressed. And judging whether the time of pressing the key recorded at the last time exceeds the preset time length.
In some embodiments, if the current time of the terminal is a preset sleep time, it may be determined that the operation state of the terminal meets a preset sleep condition.
In other embodiments, the operation state of the terminal is determined to meet the preset sleep condition if a time duration since a user input was last received by the terminal until now exceeds a preset time duration.
In still other possible embodiments, if the current time of the terminal is a preset sleep time and a time period from the last time the terminal received the user input until now exceeds a preset time period, it is determined that the operation state of the terminal meets a preset sleep condition.
The sleep mode in the embodiments of the present invention may include any control flow suitable for multimedia in a sleep state. For example, the controlling the playing state of the multimedia by using the preset sleep mode may include: turning off the multimedia, or muting the multimedia, and so on.
For better user experience, in some possible embodiments, the user is prompted after muting or turning off the multimedia operation, so that the user may have an opportunity to resume the playing of the multimedia. For example, before muting or turning off the multimedia, the method may further include: and recording the playing volume of the multimedia. After the muting processing is performed on the multimedia, the method may further include: popping up a warning box, and starting timing from the popping-up of the warning box; if the message triggered by the user closing the warning frame is not received when the timed duration exceeds the preset duration, keeping the mute state of the multimedia; and if the message triggered by closing the warning box by the user is received when the timed duration does not exceed the preset duration, restoring the multimedia from the mute state to the recorded playing volume.
It should be noted that the method provided by the embodiment of the present invention applied to the operating system level may be a system service or may be a daemon process. For example, after the intelligent terminal such as a mobile phone is started, the operating system automatically starts the system service to which the method provided by the embodiment of the present invention is applied in the background. A Service (Service) is one of the components in Android, and is an application component that automatically runs execution operations in the background after the system is started.
The method provided by the embodiment of the invention is applied to the operating system of the terminal, so that the processing flow can be automatically started in the background after the system is started, and the method comprises the steps of judging whether multimedia exists in the terminal in a playing state in real time, and adopting a preset sleep mode to control the playing state of the multimedia when the judgment result is yes and the running state of the terminal meets the preset sleep condition, thereby achieving the purpose of automatically controlling the playing state of the multimedia to adapt to the sleep state of a user when the user enters the sleep without the setting of the user.
Corresponding to the method for controlling multimedia playing, the embodiment of the invention also provides a device for controlling multimedia playing. For example, referring to fig. 2, a schematic structural diagram of an apparatus configured at an operating system level for controlling multimedia playback according to an embodiment of the present invention is provided. As shown, the apparatus may include:
a first determining unit 210, configured to determine whether there is multimedia in a playing state in the terminal; the control unit 220 may be configured to control the playing state of the multimedia by using a preset sleep mode if the first determining unit determines that the running state of the terminal meets a preset sleep condition.
It should be noted that the apparatus provided in the embodiment of the present invention and configured at the operating system level may be configured at the system service module, and may also be configured at the daemon process module. The device provided by the embodiment of the invention is configured on the operating system level of the terminal, so that the processing flow can be automatically started after the system is started, the setting of a user is not needed, and the multimedia playing state is automatically controlled when the user enters the sleep state so as to adapt to the purpose of the sleep state of the user.
In some possible embodiments, the apparatus may further include any or all of the following two determination units: a second determining unit 230, configured to determine whether the current time of the terminal is a preset sleep time; the third determining unit 240 may be configured to determine whether a time duration since the terminal last received the user input until now exceeds a preset time duration. In this embodiment, the control unit 220 may be further configured to determine that the operation state of the terminal meets a preset sleep condition if the second determination unit 230 determines that the current time of the terminal is a preset sleep time. Alternatively, the control unit 220 may be further configured to determine that the operation state of the terminal meets a preset sleep condition if the third determining unit 240 determines that a time period from the last time the terminal received the user input until now exceeds a preset time period. Alternatively, the control unit 220 may be further configured to determine that the operation state of the terminal meets a preset sleep condition if the second determining unit 230 determines that the current time of the terminal is a preset sleep time, and the third determining unit 240 determines that a time length from the last time that the terminal receives the user input until now exceeds a preset time length.
In other possible embodiments, the control unit 220 may be specifically configured to mute the multimedia if the first determining unit 210 determines that the operation state of the terminal meets a preset sleep condition.
In some possible embodiments, the apparatus may further include: a recording unit 250, configured to record a playing volume of the multimedia before the control unit 220 mutes the multimedia; a warning box ejecting unit 251 operable to eject a warning box after the control unit mutes the multimedia, and to start timing from the ejection of the warning box; the control unit 220 may be further configured to maintain the mute state of the multimedia if a message triggered by the user closing the warning box is not received when the timed duration exceeds a preset duration; and if the message triggered by closing the warning box by the user is received when the timed duration does not exceed the preset duration, restoring the multimedia from the mute state to the recorded playing volume.
It is to be noted that the second judging unit 230, the third judging unit 240, the recording unit 250, and the warning frame ejecting unit 251 are drawn with broken lines in fig. 2 to indicate that these units are not essential units of the present invention.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functions of the units may be implemented in the same software and/or hardware or in a plurality of software and/or hardware when implementing the invention.
From the above description of the embodiments, it is clear to those skilled in the art that the present invention can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments or some parts of the embodiments.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The invention is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A method for controlling multimedia playing is applied to an operating system level of a terminal, and the method comprises the following steps:
judging whether the terminal has multimedia in a playing state or not;
if the running state of the terminal meets the preset sleep condition, a preset sleep mode is adopted to control the playing state of the multimedia.
2. The method of claim 1, wherein the method is applied to a system service.
3. The method of claim 1 or 2, further comprising: making either or both of the following determinations: judging whether the current time of the terminal is a preset sleep time or not; judging whether the time length from the last time the terminal receives the user input until the time is more than the preset time length;
if the current time of the terminal is preset sleep time, determining that the running state of the terminal meets a preset sleep condition;
or,
if the time length from the last time the terminal receives the user input until the time length exceeds the preset time length, determining that the running state of the terminal meets the preset sleep condition;
or,
and if the current time of the terminal is preset sleep time and the time length from the last time the terminal receives the user input until the current time exceeds the preset time length, determining that the running state of the terminal meets the preset sleep condition.
4. The method according to claim 1 or 2, wherein the controlling the playing state of the multimedia in the preset sleep mode comprises:
and carrying out mute processing on the multimedia.
5. The method of claim 4, further comprising, prior to muting the multimedia: recording the playing volume of the multimedia;
after the mute processing is performed on the multimedia, the method further comprises the following steps:
popping up a warning box, and starting timing from the popping-up of the warning box;
if the message triggered by the user closing the warning frame is not received when the timed duration exceeds the preset duration, keeping the mute state of the multimedia;
and if the message triggered by closing the warning box by the user is received when the timed duration does not exceed the preset duration, restoring the multimedia from the mute state to the recorded playing volume.
6. An apparatus for controlling multimedia playing, configured at an operating system level of a terminal, the apparatus comprising:
the first judging unit is used for judging whether the terminal has multimedia in a playing state;
and the control unit is used for controlling the playing state of the multimedia by adopting a preset sleep mode if the first judgment unit judges that the running state of the terminal meets the preset sleep condition.
7. The apparatus of claim 6, wherein the apparatus is configured to a system service module.
8. The apparatus according to claim 6 or 7, further comprising any or all of the following two determination units: a second judging unit, configured to judge whether a current time of the terminal is a preset sleep time; a third judging unit, configured to judge whether a duration since a terminal last received a user input until now exceeds a preset duration;
the control unit is further configured to determine that the operation state of the terminal meets a preset sleep condition if the second determination unit determines that the current time of the terminal is a preset sleep time;
or,
the control unit is further configured to determine that the operation state of the terminal meets a preset sleep condition if the third determination unit determines that a time length from the last time the terminal received the user input until now exceeds a preset time length;
or,
the control unit is further configured to determine that the operation state of the terminal meets a preset sleep condition if the second determination unit determines that the current time of the terminal is a preset sleep time, and the third determination unit determines that a time length from the last time the terminal receives the user input until now exceeds a preset time length.
9. The apparatus according to claim 6 or 7, wherein the control unit is specifically configured to mute the multimedia if the first determining unit determines that the operation state of the terminal meets a preset sleep condition.
10. The apparatus of claim 9, further comprising:
the recording unit is used for recording the playing volume of the multimedia before the control unit performs mute processing on the multimedia;
a warning frame pop-up unit configured to pop up a warning frame after the control unit performs mute processing on the multimedia, and start timing from the warning frame pop-up;
the control unit is also used for keeping the mute state of the multimedia if the message triggered by the closing of the warning frame by the user is not received when the timed duration exceeds the preset duration; and if the message triggered by closing the warning box by the user is received when the timed duration does not exceed the preset duration, restoring the multimedia from the mute state to the recorded playing volume.
CN201410314798.7A 2014-07-03 2014-07-03 Method and device for having control over multimedia playing Pending CN104050039A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410314798.7A CN104050039A (en) 2014-07-03 2014-07-03 Method and device for having control over multimedia playing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410314798.7A CN104050039A (en) 2014-07-03 2014-07-03 Method and device for having control over multimedia playing

Publications (1)

Publication Number Publication Date
CN104050039A true CN104050039A (en) 2014-09-17

Family

ID=51502933

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410314798.7A Pending CN104050039A (en) 2014-07-03 2014-07-03 Method and device for having control over multimedia playing

Country Status (1)

Country Link
CN (1) CN104050039A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486657A (en) * 2014-11-28 2015-04-01 四川长虹电器股份有限公司 Control method of player and system
CN104917902A (en) * 2015-06-30 2015-09-16 苏州寅初信息科技有限公司 Method and system for controlling music playing status of terminal
CN105739669A (en) * 2016-01-27 2016-07-06 宇龙计算机通信科技(深圳)有限公司 Terminal control method and terminal control device
CN105808199A (en) * 2016-03-04 2016-07-27 柏伟伟 Alarm clock ringing control method of mobile terminal and mobile terminal
CN107026941A (en) * 2017-05-26 2017-08-08 北京小米移动软件有限公司 The reply treating method and apparatus of unread message
CN107911544A (en) * 2017-11-13 2018-04-13 广东欧珀移动通信有限公司 The method for controlling volume and device of a kind of mobile terminal
CN108064004A (en) * 2018-01-08 2018-05-22 南宁市浩发科技有限公司 A kind of mouse track intelligent sound box tuning and its control method
CN108694035A (en) * 2017-04-05 2018-10-23 北京嘀嘀无限科技发展有限公司 The report management method and device of voice messaging

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1900860A (en) * 2005-07-22 2007-01-24 鸿富锦精密工业(深圳)有限公司 Electronic device and method for realizing intelligent sleeping mode function
CN102065350A (en) * 2010-11-01 2011-05-18 中兴通讯股份有限公司 Method, system and earphone for intelligently controlling multimedia playing
CN103019107A (en) * 2011-09-23 2013-04-03 王权炜 Terminal and method for automatically pausing music play function during sleep time of user
CN103458120A (en) * 2013-08-27 2013-12-18 小米科技有限责任公司 Event processing method and device and mobile terminal
CN103596107A (en) * 2013-07-29 2014-02-19 孙廉杰 Multimedia MP3 radio sound equipment timing shutdown soft voice processing technology device and multimedia MP3 radio sound equipment timing shutdown soft voice processing technology

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1900860A (en) * 2005-07-22 2007-01-24 鸿富锦精密工业(深圳)有限公司 Electronic device and method for realizing intelligent sleeping mode function
CN102065350A (en) * 2010-11-01 2011-05-18 中兴通讯股份有限公司 Method, system and earphone for intelligently controlling multimedia playing
CN103019107A (en) * 2011-09-23 2013-04-03 王权炜 Terminal and method for automatically pausing music play function during sleep time of user
CN103596107A (en) * 2013-07-29 2014-02-19 孙廉杰 Multimedia MP3 radio sound equipment timing shutdown soft voice processing technology device and multimedia MP3 radio sound equipment timing shutdown soft voice processing technology
CN103458120A (en) * 2013-08-27 2013-12-18 小米科技有限责任公司 Event processing method and device and mobile terminal

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486657A (en) * 2014-11-28 2015-04-01 四川长虹电器股份有限公司 Control method of player and system
CN104917902A (en) * 2015-06-30 2015-09-16 苏州寅初信息科技有限公司 Method and system for controlling music playing status of terminal
CN105739669A (en) * 2016-01-27 2016-07-06 宇龙计算机通信科技(深圳)有限公司 Terminal control method and terminal control device
CN105739669B (en) * 2016-01-27 2019-06-11 宇龙计算机通信科技(深圳)有限公司 Terminal control method and terminal control mechanism
CN105808199A (en) * 2016-03-04 2016-07-27 柏伟伟 Alarm clock ringing control method of mobile terminal and mobile terminal
CN108694035A (en) * 2017-04-05 2018-10-23 北京嘀嘀无限科技发展有限公司 The report management method and device of voice messaging
CN107026941A (en) * 2017-05-26 2017-08-08 北京小米移动软件有限公司 The reply treating method and apparatus of unread message
CN107911544A (en) * 2017-11-13 2018-04-13 广东欧珀移动通信有限公司 The method for controlling volume and device of a kind of mobile terminal
CN108064004A (en) * 2018-01-08 2018-05-22 南宁市浩发科技有限公司 A kind of mouse track intelligent sound box tuning and its control method

Similar Documents

Publication Publication Date Title
CN104050039A (en) Method and device for having control over multimedia playing
CN103019529B (en) A kind of volume adjusting method and system
CN107643977B (en) Anti-addiction method and related product
CN107360458B (en) Play control method, device, storage medium and terminal
CN106507445B (en) Wireless fidelity Wi-Fi scanning method and mobile terminal
WO2018000624A1 (en) Video playing control method and device
US20140359685A1 (en) Video processing method, television dongle, control terminal, and system
CN107291416B (en) Audio playing method, system and terminal equipment
WO2017113703A1 (en) Human face recognition-based method and apparatus for rated broadcasting of programs
US9165144B1 (en) Detecting a person who does not satisfy a threshold age within a predetermined area
CN109714639B (en) Violation processing method, device, server and storage medium
CN105204761B (en) A kind of volume adjusting method and user terminal
CN106095379B (en) A kind of volume adjusting method and device
CN106973003B (en) Group message notification method, client, electronic device and server
CN109217859A (en) Key disappears fluttering method, equipment and storage medium
WO2016090760A1 (en) Terminal application cleanup method and apparatus, and computer storage medium
CN104199633A (en) Multimedia playing device and player automatic identifying device and method
CN107967092B (en) Application related information display method and related equipment
US10964316B2 (en) Performing action on active media content
WO2020135655A1 (en) Audio processing method, apparatus, terminal, and storage medium
CN115022773A (en) Bluetooth device audio control method, device and storage medium
WO2018045847A1 (en) Method and system for disabling non-deletable application in mobile terminal
US20130117464A1 (en) Personalized media filtering based on content
CN112654957B (en) Suspended window control method and related products
CN105005612B (en) A kind of acquisition methods and mobile terminal of music file

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20140917

RJ01 Rejection of invention patent application after publication