JP4725390B2 - Content reproduction apparatus, content reproduction method, and content reproduction program - Google Patents

Content reproduction apparatus, content reproduction method, and content reproduction program Download PDF

Info

Publication number
JP4725390B2
JP4725390B2 JP2006092066A JP2006092066A JP4725390B2 JP 4725390 B2 JP4725390 B2 JP 4725390B2 JP 2006092066 A JP2006092066 A JP 2006092066A JP 2006092066 A JP2006092066 A JP 2006092066A JP 4725390 B2 JP4725390 B2 JP 4725390B2
Authority
JP
Japan
Prior art keywords
control
request
playback
reproduction
unit
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.)
Expired - Fee Related
Application number
JP2006092066A
Other languages
Japanese (ja)
Other versions
JP2007267251A (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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2006092066A priority Critical patent/JP4725390B2/en
Publication of JP2007267251A publication Critical patent/JP2007267251A/en
Application granted granted Critical
Publication of JP4725390B2 publication Critical patent/JP4725390B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Television Signal Processing For Recording (AREA)

Description

本発明は、入力されたコンテンツの再生を行うコンテンツ再生装置、コンテンツ再生方法、およびコンテンツ再生用プログラムに関する。   The present invention relates to a content reproduction apparatus, a content reproduction method, and a content reproduction program for reproducing input content.

従来、音楽、静止画、または動画などの各種デジタルコンテンツを再生するため、多くの再生用ソフトウェアや専用DSP(Digital Signal Processor)などの再生用ハードウェアが普及している。   Conventionally, in order to reproduce various digital contents such as music, still images, and moving images, a large amount of reproduction software and reproduction hardware such as a dedicated DSP (Digital Signal Processor) have been widely used.

これらの再生用ソフトウェアや再生用ハードウェアを用いてコンテンツを再生するときは、再生処理の指示を出す制御機能と、制御機能からの指示を取得して再生処理を実行する再生機能とが非同期に並列して動作している。   When content is played back using these playback software and playback hardware, the control function for issuing a playback process instruction and the playback function for acquiring the command from the control function and executing the playback process are asynchronous. Working in parallel.

制御機能と再生機能とが非同期に動作することにより、制御機能の処理に遅延が起こらなくなる。   Since the control function and the playback function operate asynchronously, no delay occurs in the processing of the control function.

制御機能と再生機能とが非同期に動作する再生方法として、特許文献1に記載の技術がある。   As a reproduction method in which the control function and the reproduction function operate asynchronously, there is a technique described in Patent Document 1.

特許文献1の技術を用いてコンテンツを再生するコンテンツ再生装置について図7を参照して説明する。   A content reproduction apparatus that reproduces content using the technology of Patent Document 1 will be described with reference to FIG.

図7においてコンテンツ再生装置50は、リモコンなどのユーザインタフェース20と、コンテンツを格納しているハードディスク(HDD)などの外部の入力装置30と、モニタやスピーカなどの出力装置40とに有線または無線で接続されている。   In FIG. 7, a content playback device 50 is wired or wirelessly connected to a user interface 20 such as a remote controller, an external input device 30 such as a hard disk (HDD) storing content, and an output device 40 such as a monitor or a speaker. It is connected.

コンテンツ再生装置50は、再生処理を制御する制御部100と、制御部100の制御により再生処理を実行する再生部200とを備える。制御部100と再生部200とは異なるタスクで非同期に動作することにより、それぞれが遅延なく処理が行われる。   The content playback device 50 includes a control unit 100 that controls playback processing, and a playback unit 200 that executes playback processing under the control of the control unit 100. The control unit 100 and the playback unit 200 operate asynchronously with different tasks, so that each process is performed without delay.

制御部100は、ユーザにより操作されたユーザインタフェース20からコンテンツの通常再生、停止、早送り、巻戻し、一時停止、再開などの再生制御による再生指示を受信する受信部110と、受信したこれらの再生制御による再生指示を実行するための制御要求を生成する制御要求部120とを有する。   The control unit 100 receives from the user interface 20 operated by the user, a receiving unit 110 that receives a playback instruction based on playback control such as normal playback, stop, fast forward, rewind, pause, and resume of content, and these received playbacks And a control request unit 120 that generates a control request for executing a reproduction instruction by control.

再生部200は、制御要求部120から制御要求を取得する制御要求確認部201と、制御要求確認部201で取得した制御要求に従って入力装置30からコンテンツデータを読み出すデータ読出モジュール202と、データ読出モジュール202で読み出されたコンテンツデータを解析するデータ解析モジュール203と、データ解析モジュール203で解析されたコンテンツデータを出力装置40に出力するデータ出力モジュール204と、制御要求確認部201で現在実行中の制御と異なる制御要求が取得されたときに実行中の処理を終了させ各モジュールの初期化を行うための終了/初期化要求を生成する終了/初期化部205とを有する。   The playback unit 200 includes a control request confirmation unit 201 that acquires a control request from the control request unit 120, a data reading module 202 that reads content data from the input device 30 in accordance with the control request acquired by the control request confirmation unit 201, and a data reading module A data analysis module 203 that analyzes the content data read in 202, a data output module 204 that outputs the content data analyzed by the data analysis module 203 to the output device 40, and a control request confirmation unit 201 that is currently executing And an end / initialization unit 205 that generates an end / initialization request for ending the process being executed and initializing each module when a control request different from the control is acquired.

このコンテンツ再生装置50の動作の一例として、コンテンツの通常再生処理の読出し処理が実行されている状態で、ユーザにより早送りの指示が行われたときのコンテンツ再生装置50の動作について図7および図8を参照して説明する。   As an example of the operation of the content reproduction apparatus 50, the operation of the content reproduction apparatus 50 when a fast-forward instruction is given by the user in a state where the content normal reproduction process is being read out is shown in FIGS. Will be described with reference to FIG.

コンテンツデータは、図7の破線矢印で示すように、データ読出モジュール202により入力装置30からコンテンツデータが読み出され、データ解析モジュール203でデータが解析された後、データ出力モジュール204から出力装置40に出力されることによりデータ再生処理が行われている。   The content data is read from the input device 30 by the data reading module 202 and analyzed by the data analysis module 203, and then output from the data output module 204 to the output device 40, as indicated by broken line arrows in FIG. The data reproduction process is performed by outputting the data.

このとき、膨大なコンテンツデータを各モジュール202、203、204が一度に処理しようとすると再生部200の内部に非常に大きな記憶領域が必要になってしまうため、コンテンツデータが入力装置30から少量ずつ読み出されて各モジュール202、203、204で処理が行われている。   At this time, if each module 202, 203, 204 tries to process a huge amount of content data at once, a very large storage area is required inside the playback unit 200, so that the content data is little by little from the input device 30. The modules 202, 203, and 204 are read and processed.

また、制御要求確認部201には、現在、通常再生処理が実行中であることが記憶されている。   Further, the control request confirmation unit 201 stores that the normal reproduction process is currently being executed.

上述のデータ再生処理と同期をとって、制御要求を取得したときに切り替え処理を行うための制御要求処理ループが再生部200で動作している。   A control request processing loop for performing a switching process when a control request is acquired is operated in the playback unit 200 in synchronization with the data playback process described above.

制御要求処理ループでは、図8に示すように、まず制御要求確認部201で現在実行中の制御と異なる新たな制御要求が取得されているか否かが確認される(S51)。   In the control request processing loop, as shown in FIG. 8, it is first confirmed whether or not a new control request different from the control currently being executed is acquired by the control request confirmation unit 201 (S51).

新たな制御要求が取得されていなければ、現在実行中の通常再生処理を続行してデータ読出モジュール202で入力装置30からコンテンツデータが読み出される(S52)。   If no new control request has been acquired, the normal reproduction process currently being executed is continued, and the content data is read from the input device 30 by the data reading module 202 (S52).

ここでは、このデータ読出モジュール202でコンテンツデータの読出し中にユーザの操作によりユーザインタフェース20からコンテンツ再生装置50にコンテンツの早送りの指示が送信され、この指示がコンテンツ再生装置50の制御部100の受信部110で受信される。   Here, an instruction for fast-forwarding of content is transmitted from the user interface 20 to the content reproduction apparatus 50 by a user operation while content data is being read out by the data reading module 202, and this instruction is received by the control unit 100 of the content reproduction apparatus 50. Received by unit 110.

受信部110で早送りの指示が受信されると、制御要求部120で早送り制御要求が生成され、再生部200に送出される。   When the fast-forwarding instruction is received by the receiving unit 110, a fast-forwarding control request is generated by the control requesting unit 120 and sent to the playback unit 200.

再生部200では、制御要求確認部201で制御要求部120から送出された早送り制御要求が取得され保持される。   In the reproduction unit 200, the fast-forward control request sent from the control request unit 120 by the control request confirmation unit 201 is acquired and held.

一方、データ読出モジュール202で読み出されたコンテンツデータはデータ解析モジュール203によるデータ解析処理、およびデータ出力モジュール204によるデータ出力処理が施され(S53、S54)、出力装置40に出力される。   On the other hand, the content data read by the data reading module 202 is subjected to data analysis processing by the data analysis module 203 and data output processing by the data output module 204 (S53, S54), and is output to the output device 40.

制御要求処理ループは、さらに通常再生処理を続行するためにステップS51に戻る(S55の「NO」)。   The control request processing loop returns to step S51 to continue the normal reproduction process (“NO” in S55).

ステップS51に戻り、再度制御要求確認部201で現在実行中の制御と異なる新たな制御要求が取得されているか否か確認され、ここでは新たな制御要求である早送り制御要求が取得されて保持されているため(S51の「YES」)、全モジュールの終了/初期化要求が終了/初期化部205で生成される(S56)。   Returning to step S51, the control request confirmation unit 201 confirms again whether a new control request different from the control currently being executed has been acquired. Here, the fast-forward control request, which is a new control request, is acquired and held. Therefore, an end / initialization request for all modules is generated by the end / initialization unit 205 (S56).

終了/初期化要求は各モジュール202、203、204に順に送出され、それぞれ実行中の制御が終了されモジュールの初期化が行われる(S57、S58、S59)。初期化後、早送り制御によるデータ読出し処理が開始され、続いてデータ解析処理およびデータ出力処理が行われる(S52、S53、S54)。   The end / initialization request is sequentially sent to each of the modules 202, 203, and 204, and the control being executed is terminated and the module is initialized (S57, S58, and S59). After initialization, data read processing by fast-forward control is started, and then data analysis processing and data output processing are performed (S52, S53, S54).

この制御要求処理ループは、再生処理が終了されるまで繰り返される(S55)。   This control request process loop is repeated until the reproduction process is completed (S55).

以上のように処理が行われることにより、実行中の制御とは異なる新たな制御の要求に対応して処理を切り替えることができる。
特開平9−83842号公報
By performing the processing as described above, the processing can be switched in response to a new control request different from the control being executed.
JP-A-9-83842

しかし、上記の特許文献1の技術を用いたコンテンツ再生装置50では、各モジュール202、203、または204のいずれかにおいて処理を実行しているときに制御部100から新たな制御要求が送信されると、データ再生処理により読出したコンテンツデータを出力して制御要求確認部201での確認処理に移るまで再生部200でこの新たな制御要求を確認することができない。   However, in the content reproduction apparatus 50 using the technique of the above-described Patent Document 1, a new control request is transmitted from the control unit 100 when processing is executed in any one of the modules 202, 203, or 204. Then, the reproduction unit 200 cannot confirm this new control request until the content data read by the data reproduction process is output and the control request confirmation unit 201 proceeds to the confirmation process.

そのため、制御部100で制御要求が送信されてから再生部200でこの制御要求が確認されるまでに遅延時間が生じるという問題があった。   For this reason, there is a problem that a delay time is generated from when the control request is transmitted by the control unit 100 to when the playback unit 200 confirms the control request.

この遅延時間について、図9を参照して説明する。   This delay time will be described with reference to FIG.

図9は、コンテンツ再生装置50の制御部100および再生部200の動作の関係を時間経過とともに示す説明図である。   FIG. 9 is an explanatory diagram showing the relationship of the operations of the control unit 100 and the playback unit 200 of the content playback device 50 over time.

図9に示すように、データ読出モジュール202においてデータ読出処理202aの実行中に新たな制御要求120aが制御部100から再生部200に送出されると、制御要求120aは、データ読出処理202a、データ解析処理203aおよびデータ出力処理204aの終了後に、制御要求確認処理201bで確認される。そして、実行されていた制御が終了されて各モジュールが初期化され、新たな制御要求120aに基づく処理がデータ読出処理202b、データ処理解析203b、データ出力処理204bで実行される。   As shown in FIG. 9, when a new control request 120a is sent from the control unit 100 to the playback unit 200 during the execution of the data reading process 202a in the data reading module 202, the control request 120a is sent to the data reading process 202a, data After the analysis process 203a and the data output process 204a are completed, the control request confirmation process 201b confirms the result. Then, the executed control is terminated, each module is initialized, and processing based on the new control request 120a is executed by the data read processing 202b, the data processing analysis 203b, and the data output processing 204b.

ここで、制御要求120aが再生部200に送出されてから実行されるまでに、遅延時間TL5が発生する。 Here, a delay time TL 5 occurs from when the control request 120a is sent to the playback unit 200 until it is executed.

さらに、このデータ解析処理203bの実行中に新たな制御要求120bが制御部100から再生部200に送出されると、制御要求120bは、データ解析処理203bおよびデータ出力処理204bの終了後に、制御要求確認処理201cで確認される。そして、実行されていた制御要求120aに基づく処理が終了されて各モジュールが初期化され、新たな制御要求120bに基づく処理がデータ読出処理202c、データ処理解析処理203c以降で実行される。   Further, when a new control request 120b is sent from the control unit 100 to the playback unit 200 during the execution of the data analysis process 203b, the control request 120b is sent to the control request after the data analysis process 203b and the data output process 204b are completed. This is confirmed by the confirmation process 201c. Then, the process based on the control request 120a that has been executed is terminated, each module is initialized, and the process based on the new control request 120b is executed after the data read process 202c and the data process analysis process 203c.

ここで、制御要求120bが再生部200に送出されてから実行されるまでに、遅延時間TL6が発生する。 Here, a delay time TL 6 occurs from when the control request 120b is sent to the playback unit 200 until it is executed.

このようにコンテンツ再生装置50では、制御要求が再生部200に送出されてから実行されるまでに最大で再生部200の内部モジュール202、203、および204すべての処理時間分の遅延が発生し、制御要求に対する再生部200の応答速度を著しく悪化させるという問題があった。   As described above, in the content reproduction apparatus 50, a delay corresponding to the processing time of all the internal modules 202, 203, and 204 of the reproduction unit 200 occurs at a maximum from when the control request is sent to the reproduction unit 200 until it is executed. There has been a problem that the response speed of the reproducing unit 200 to the control request is remarkably deteriorated.

また、再生に必要な処理が複雑になりモジュール数が増加すると、遅延時間がさらに長くなるという問題があった。   Further, when the processing required for reproduction becomes complicated and the number of modules increases, there is a problem that the delay time becomes longer.

本発明は、上記事情に鑑みてなされたものであり、再生状態の異なる複数の再生制御のうちの1つを用いたコンテンツの再生中にユーザにより新たな再生制御による再生が要求されたときに、この新たな再生制御による再生の要求に対応して迅速に処理を切り替えることが可能なコンテンツ再生装置、コンテンツ再生方法、およびコンテンツ再生用プログラムを提供することを目的とする。   The present invention has been made in view of the above circumstances, and when a user requests playback based on new playback control during playback of content using one of a plurality of playback controls having different playback states. An object of the present invention is to provide a content reproduction apparatus, a content reproduction method, and a content reproduction program capable of quickly switching processing in response to a reproduction request by the new reproduction control.

上記目的を達成するための本発明のコンテンツ再生装置(10)は、外部から再生制御指示信号が入力されてこの再生制御指示に基づくコンテンツの再生処理を実行させるための再生制御要求を生成する制御手段(100)と、この生成された再生制御要求に基づく再生制御によりコンテンツの再生処理を実行する複数の機能モジュール(210、220、230)からなる再生手段とを備えて、前記制御手段と前記再生手段とを非同期に動作させるコンテンツ再生装置(10)において、制御手段(100)は、生成された再生制御要求の内容を識別するための要求制御IDを更に生成し、再生手段の各機能モジュール(210、220、230)は、現在実行している再生処理の再生制御を識別する実行制御IDを保持する制御ID保持手段(211、221、231)と、制御手段(100)で再生制御要求および要求制御IDが生成されると、これら生成された再生制御要求および要求制御IDを取得し、この取得された要求制御IDと保持された実行制御IDとが同一か否かを判定する制御要求確認手段(212、222、232)と、この制御要求確認手段(212、222、232)において要求制御IDと実行制御IDとが同一でないと判定された場合に、実行されている再生処理の再生制御の終了/初期化要求を生成する終了/初期化手段(213、223、233)と、制御要求確認手段(212、222、232)において要求制御IDが取得されていない場合、又は制御要求確認手段(212、222、232)において要求制御IDが取得されて且つこの要求制御IDと実行制御IDとが同一であると判定された場合のいずれかにおいて、実行されている再生処理を続行させる一方、終了/初期化手段(213、223、233)において終了/初期化要求が生成された場合に制御要求確認手段(212、222、232)で取得された再生制御要求に基づく再生制御による再生処理に切り替えるために実行されている再生処理を終了し初期化する機能処理手段(214、224、234)とを備えたことを特徴とする。 In order to achieve the above object, the content playback apparatus (10) of the present invention is a control for generating a playback control request for executing a playback process of content based on a playback control instruction signal inputted from outside. Means (100) and reproduction means comprising a plurality of functional modules (210, 220, 230) for executing content reproduction processing by reproduction control based on the generated reproduction control request, the control means, In the content playback apparatus (10) that operates the playback means asynchronously, the control means (100) further generates a request control ID for identifying the content of the generated playback control request, and each functional module of the playback means (210, 220, 230) is a control ID holding that holds an execution control ID for identifying the playback control of the currently executed playback process. When the reproduction control request and the request control ID are generated by the stage (211, 221, 231) and the control means (100), the generated reproduction control request and the request control ID are acquired, and the acquired request control is acquired. Control request confirmation means (212, 222, 232) for determining whether the ID and the held execution control ID are the same, and the control request confirmation means and execution control ID in this control request confirmation means (212, 222, 232) And end / initialization means (213, 223, 233) for generating an end / initialization request for playback control of the playback process being executed, and control request confirmation means (212, 222, 232) when the request control ID is not acquired, or when the request control ID is acquired by the control request confirmation means (212, 222, 232). In any of the cases where the request control ID and the execution control ID are determined to be the same, the reproduction process being executed is continued, while the end / initialization means (213, 223, 233) ends / initializes. to switch to the playback processing performed by the playback control request is based on reproduction control request acquired by the control request confirmation means (212, 222, and 232) if it is generated, the ability to initialize the reproduction processing ends being performed And processing means (214, 224, 234).

また、請求項2に記載のコンテンツ再生方法は、外部から再生制御指示信号が入力されてこの再生制御指示に基づくコンテンツの再生処理を実行させるための再生制御要求を生成する制御ステップ(100)と、この生成された再生制御要求に基づく再生制御によりコンテンツの再生処理を実行する複数の処理機能ステップ(210、220、230)からなる再生ステップとを有して、前記制御ステップと前記再生ステップとを非同期に動作させるコンテンツ再生装置(10)のコンテンツ再生方法において、制御ステップ(100)は、生成された再生制御要求の内容を識別するための要求制御IDを更に生成する一方、再生ステップの各処理機能ステップ(210、220、230)は、現在実行している再生処理の再生制御を識別する実行制御IDを保持する制御ID保持ステップ(211、221、231)と、制御ステップ(100)で再生制御要求および要求制御IDが生成されると、これら生成された再生制御要求および要求制御IDを取得し、この取得された要求制御IDと保持された実行制御IDとが同一か否かを判定する制御要求確認ステップ(212、222、232)と、この制御要求確認ステップ(212、222、232)において要求制御IDと実行制御IDとが同一でないと判定された場合に、実行されている再生処理の再生制御の終了/初期化要求を生成する終了/初期化ステップ(213、223、233)と、制御要求確認ステップ(212、222、232)において要求制御IDが取得されていない場合、又は制御要求確認ステップ(212、222、232)において要求制御IDが取得されて且つこの要求制御IDと実行制御IDとが同一であると判定された場合のいずれかにおいて、実行されている再生処理を続行させる一方、終了/初期化ステップ(213、223、233)において終了/初期化要求が生成された場合に制御要求確認ステップ(212、222、232)で取得された再生制御要求に基づく再生制御による再生処理に切り替えるために実行されている再生処理を終了し初期化する機能処理ステップ(214、224、234)とを有したことを特徴とする。 According to a second aspect of the present invention, there is provided a content playback method comprising: a control step (100) for generating a playback control request for executing a playback process of content based on a playback control instruction signal when an external playback control instruction signal is input; A reproduction step comprising a plurality of processing function steps (210, 220, 230) for executing a content reproduction process by reproduction control based on the generated reproduction control request, the control step and the reproduction step, In the content playback method of the content playback device (10) that operates asynchronously, the control step (100) further generates a request control ID for identifying the content of the generated playback control request. The processing function step (210, 220, 230) identifies the playback control of the currently executing playback process. When the reproduction control request and the request control ID are generated in the control ID holding step (211 221 231) holding the execution control ID and the control step (100), the generated reproduction control request and the request control ID are A control request confirmation step (212, 222, 232) for determining whether or not the acquired request control ID and the held execution control ID are the same, and this control request confirmation step (212, 222, 232) In step 213, 223, 233, when it is determined that the request control ID and the execution control ID are not the same, the reproduction control end / initialization request for the reproduction process being executed is generated. When the request control ID is not acquired in the control request confirmation step (212, 222, 232), or the control request confirmation step 212, 222, 232), when the request control ID is acquired and when it is determined that the request control ID and the execution control ID are the same, the playback process being executed is continued while the end When the end / initialization request is generated in the initialization step (213, 223, 233), the reproduction process is switched to the reproduction process based on the reproduction control request acquired in the control request confirmation step (212, 222, 232). for the, characterized in that it terminates the reproduction process that is performed having a function processing step of initializing (214, 224, 234).

また、請求項3に記載のコンテンツ再生用プログラムは、再生制御指示信号が入力されるとこの再生制御指示に基づくコンテンツの再生処理を実行させるための再生制御要求とこの再生制御要求の内容を識別するための要求制御IDとを生成する制御機能(100)と、この生成された再生制御要求に基づく再生制御によりコンテンツの再生処理を実行する複数の処理機能(210、220、230)からなる再生機能とを有して、前記制御機能と前記再生機能とを非同期にコンピュータに実行させるコンテンツ再生用プログラムであって、再生機能の各処理機能(210、220、230)は、現在実行している再生処理の再生制御を識別する実行制御IDを保持する制御ID保持機能(211、221、231)と、制御機能(100)で再生制御要求および要求制御IDが生成されると、これら生成された再生制御要求および要求制御IDを取得し、この取得された要求制御IDと保持された実行制御IDとが同一か否かを判定する制御要求確認機能(212、222、232)と、この制御要求確認機能(212、222、232)において要求制御IDと実行制御IDとが同一でないと判定された場合に、実行されている再生処理の再生制御の終了/初期化要求を生成する終了/初期化機能(213、223、233)と、制御要求確認機能(212、222、232)において要求制御IDが取得されていない場合、又は制御要求確認機能(212、222、232)において要求制御IDが取得されて且つこの要求制御IDと実行制御IDとが同一であると判定された場合のいずれかにおいて、実行されている再生処理を続行させる一方、終了/初期化機能(213、223、233)において終了/初期化要求が生成された場合に制御要求確認機能(212、222、232)で取得された再生制御要求に基づく再生制御による再生処理に切り替えるために実行されている再生処理を終了し初期化する機能処理機能(214、224、234)とを有したことを特徴とする。 The content reproduction program according to claim 3 identifies a reproduction control request for executing a content reproduction process based on the reproduction control instruction and the content of the reproduction control request when a reproduction control instruction signal is input. A reproduction function comprising a control function (100) for generating a request control ID for performing the reproduction and a plurality of processing functions (210, 220, 230) for executing a content reproduction process by reproduction control based on the generated reproduction control request A content reproduction program that causes a computer to execute the control function and the reproduction function asynchronously, and each processing function (210, 220, 230) of the reproduction function is currently being executed Control ID holding function (211, 221, 231) for holding execution control ID for identifying playback control of playback processing, and control function (100) When the reproduction control request and the request control ID are generated, the generated reproduction control request and the request control ID are acquired, and it is determined whether or not the acquired request control ID and the held execution control ID are the same. The control request confirmation function (212, 222, 232) to be executed and the control request confirmation function (212, 222, 232) to perform reproduction when it is determined that the request control ID and the execution control ID are not the same. When the request control ID is not acquired by the end / initialization function (213, 223, 233) for generating the process reproduction control end / initialization request and the control request confirmation function (212, 222, 232), or The request control ID is acquired by the control request confirmation function (212, 222, 232), and it is determined that the request control ID and the execution control ID are the same. In any of the cases, the reproduction process being executed is continued, while the end / initialization request is generated in the end / initialization function (213, 223, 233), the control request confirmation function (212, 222, characterized in order to switch the reproduction processing performed by the playback control based on the acquired reproduction control request 232) that had a function processing function for initializing and terminating the reproduction process that is being executed (214, 224, 234) And

本発明のコンテンツ再生装置、コンテンツ再生方法、およびコンテンツ再生用プログラムによれば、再生状態の異なる複数の再生制御のうちの1つを用いたコンテンツの再生中にユーザにより新たな制御が要求されたときに、この新たな再生制御による要求に対応して迅速に処理を切り替えることが可能になる。   According to the content playback apparatus, content playback method, and content playback program of the present invention, a new control is requested by the user during playback of content using one of a plurality of playback controls with different playback states. Sometimes, it becomes possible to switch processing quickly in response to a request by this new reproduction control.

《第1実施形態》
〈第1実施形態によるコンテンツ再生装置の構成〉
本発明の第1実施形態によるコンテンツ再生装置の構成を、図1を参照して説明する。
<< First Embodiment >>
<Configuration of Content Reproducing Device According to First Embodiment>
The configuration of the content reproduction apparatus according to the first embodiment of the present invention will be described with reference to FIG.

本実施形態によるコンテンツ再生装置10は、リモコンなどのユーザインタフェース20と、動画、静止画、音声などのコンテンツデータを入力する入力装置30と、再生処理されたコンテンツデータを出力する出力装置40とに有線または無線で接続されている。   The content reproduction apparatus 10 according to the present embodiment includes a user interface 20 such as a remote controller, an input apparatus 30 that inputs content data such as a moving image, a still image, and audio, and an output apparatus 40 that outputs content data that has been subjected to reproduction processing. Wired or wireless connection.

この入力装置30としては、コンテンツデータを格納しているハードディスク(HDD)やDVD−ROM、CD−ROMなどの記憶媒体、SDカードなどの揮発性メモリ、またはネットワーク経由でコンテンツデータを受信可能な媒体や装置などを使用することが可能である。   The input device 30 includes a hard disk (HDD) storing content data, a storage medium such as a DVD-ROM and a CD-ROM, a volatile memory such as an SD card, or a medium capable of receiving content data via a network. Or a device can be used.

また、出力装置40としては、モニタやスピーカなどの映像出力や音声出力が可能な装置、または、処理されたデータを記録および送信するための入力装置30と同様の媒体や装置などを使用することが可能である。   Further, as the output device 40, a device capable of outputting video and audio such as a monitor and a speaker, or a medium or device similar to the input device 30 for recording and transmitting processed data is used. Is possible.

コンテンツ再生装置10は、再生処理を制御する制御部100と、制御部100の制御により再生処理を実行する再生部200とを備える。制御部100と再生部200とは異なるタスクで非同期に動作することにより、それぞれが遅延なく処理が行われる。   The content playback apparatus 10 includes a control unit 100 that controls playback processing, and a playback unit 200 that executes playback processing under the control of the control unit 100. The control unit 100 and the playback unit 200 operate asynchronously with different tasks, so that each process is performed without delay.

制御部100は、ユーザにより操作されたユーザインタフェース20からコンテンツの通常再生、停止、早送り、巻戻し、一時停止、再開などの再生制御による再生制御指示信号を受信する受信部110と、受信したこれらの再生制御による再生指示を実行するための制御要求とこの制御要求の通常再生、停止、早送り、巻戻し、一時停止、再開などの再生制御内容をコンテンツごとに識別する要求制御IDとを生成する制御要求部120とを有する。   The control unit 100 receives from the user interface 20 operated by the user a reception control unit 110 that receives a playback control instruction signal based on playback control such as normal playback, stop, fast forward, rewind, pause, resume, etc. A control request for executing a playback instruction based on the playback control and a request control ID for identifying, for each content, playback control contents such as normal playback, stop, fast forward, rewind, pause, and resume of this control request are generated. And a control request unit 120.

再生部200は、データ読出モジュール210と、データ解析モジュール220と、データ出力モジュール230とを有する。   The reproduction unit 200 includes a data reading module 210, a data analysis module 220, and a data output module 230.

データ読出モジュール210は、現在実行中の処理の制御IDである実行制御IDを保持する制御ID保持部211と、制御部100の制御要求部120から要求制御IDを取得して制御ID保持部211に保持されている実行制御IDと同一か否かを判定する制御要求確認部212と、制御要求確認部212で要求制御IDと保持されている実行制御IDとが異なると判定されたときに終了/初期化要求を生成する終了/初期化部213と、制御要求確認部212で取得された制御要求に基づいて入力装置30からコンテンツデータを読み出す読出処理部214とを有する。   The data reading module 210 obtains a request control ID from the control request unit 120 of the control unit 100 and a control ID holding unit 211 that holds an execution control ID that is a control ID of a process that is currently being executed. When the control request confirmation unit 212 determines whether the execution control ID is the same as the held execution control ID and the control request confirmation unit 212 determines that the requested control ID is different from the held execution control ID. A termination / initialization unit 213 that generates an initialization request, and a read processing unit 214 that reads content data from the input device 30 based on the control request acquired by the control request confirmation unit 212.

また、データ解析モジュール220は、データ読出モジュール210の構成と同様の機能を有する制御ID保持部221、制御要求確認部222、および終了/初期化部223と、データ読出しモジュール210で読み出されたコンテンツデータを解析する解析処理部224とを有する。   Further, the data analysis module 220 is read by the data reading module 210 and the control ID holding unit 221, the control request confirmation unit 222, and the termination / initialization unit 223 having the same functions as the configuration of the data reading module 210. An analysis processing unit 224 for analyzing the content data.

また、データ出力モジュール230は、データ読出モジュール210およびデータ解析モジュール220の構成と同様の機能を有する制御ID保持部231、制御要求確認部232、および終了/初期化部233と、データ解析モジュール220で解析されたコンテンツデータを出力装置40に出力する出力処理部234とを有する。   The data output module 230 includes a control ID holding unit 231, a control request confirmation unit 232, an end / initialization unit 233, and a data analysis module 220 having the same functions as those of the data reading module 210 and the data analysis module 220. And an output processing unit 234 that outputs the content data analyzed in (1) to the output device 40.

〈第1実施形態によるコンテンツ再生装置の動作〉
本実施形態によるコンテンツ再生装置10の動作を説明する。
<Operation of Content Playback Device according to First Embodiment>
An operation of the content reproduction apparatus 10 according to the present embodiment will be described.

このコンテンツ再生装置10の動作の一例として、図7および図8で説明した従来のコンテンツ再生装置50の例と同様に、コンテンツの通常再生処理の読出し処理が実行されている状態で、ユーザにより早送りの指示が行われたときの動作について図1および図2を参照して説明する。   As an example of the operation of the content reproduction apparatus 10, as in the example of the conventional content reproduction apparatus 50 described with reference to FIGS. 7 and 8, the user performs fast-forwarding while the content normal reproduction process is being read out. The operation when this instruction is performed will be described with reference to FIGS.

コンテンツデータは、図1の破線矢印で示すように、データ読出モジュール210の読出処理部214により入力装置30から読み出され、データ解析モジュール220の解析処理部224でデータが解析された後、データ出力モジュール230の出力処理部234から出力装置40に出力されることによりデータ再生処理が行われている。   The content data is read from the input device 30 by the read processing unit 214 of the data read module 210 and analyzed by the analysis processing unit 224 of the data analysis module 220, as shown by the broken line arrow in FIG. Data reproduction processing is performed by being output from the output processing unit 234 of the output module 230 to the output device 40.

このとき、図7の従来のコンテンツ再生装置50と同様に、コンテンツデータは入力装置30から少量ずつ読み出されて処理が行われている。   At this time, like the conventional content reproduction apparatus 50 of FIG. 7, the content data is read from the input device 30 little by little and processed.

また、通常再生処理の実行中であるため、各モジュールの制御ID保持部211、221、および231には、実行中の制御IDである通常再生制御IDが保持されている。   Since the normal reproduction process is being executed, the normal reproduction control ID that is the control ID being executed is held in the control ID holding units 211, 221 and 231 of each module.

上述のデータ再生処理と同期をとって、制御要求を取得したときに切り替え処理を行うための制御要求処理ループが再生部200で動作している。   A control request processing loop for performing a switching process when a control request is acquired is operated in the playback unit 200 in synchronization with the data playback process described above.

制御要求処理ループでは、図2に示すように、まずデータ読出モジュール210の制御要求確認部212において、制御ID保持部211に保持されている実行制御IDと異なる要求制御IDが制御要求部120から取得されているか否かが判定される(S1)。   In the control request processing loop, a request control ID different from the execution control ID held in the control ID holding unit 211 is first received from the control request unit 120 in the control request confirmation unit 212 of the data reading module 210 as shown in FIG. It is determined whether or not it has been acquired (S1).

ここでは、制御ID保持部211に保持されている実行制御IDと異なる要求制御IDは制御要求部120から取得されていないと判定され、通常再生処理を続行するために読出処理部214において入力装置からのデータ読出し処理が行われる(S2)。   Here, it is determined that a request control ID different from the execution control ID held in the control ID holding unit 211 has not been acquired from the control request unit 120, and the read processing unit 214 uses the input device to continue the normal reproduction process. The data reading process from is performed (S2).

また、処理中の制御IDが制御ID保持部211に保持される(S3)。ここでは通常再生処理が続行されているので制御ID保持部211に保持される制御IDは変わらない。   Further, the control ID being processed is held in the control ID holding unit 211 (S3). Here, since the normal reproduction process is continued, the control ID held in the control ID holding unit 211 does not change.

読出処理部214でデータ読出し処理が行われている間に、ユーザの操作によりユーザインタフェース20からコンテンツ再生装置10にコンテンツの早送りの指示が送信されると、この指示がコンテンツ再生装置10の制御部100の受信部110で受信される。   When an instruction for fast-forwarding content is transmitted from the user interface 20 to the content reproduction apparatus 10 by a user operation while the data reading process is being performed by the read processing unit 214, the instruction is transmitted to the control unit of the content reproduction apparatus 10. Received by 100 receiving units 110.

受信部110で早送りの指示が受信されると、制御要求部120で早送り制御要求および早送り制御の制御IDである早送り制御IDが生成され、再生部200に送出される。   When the fast-forwarding instruction is received by the receiving unit 110, the fast-forwarding control request that is a control ID for the fast-forwarding control request and the fast-forwarding control is generated by the control requesting unit 120 and is sent to the playback unit 200.

再生部200では、各モジュール210、220、230の制御要求確認部212、222、232でそれぞれ制御要求部120から送出された早送り制御要求および早送り制御IDが取得される。   In the reproduction unit 200, the fast-forward control request and the fast-forward control ID transmitted from the control request unit 120 are acquired by the control request confirmation units 212, 222, and 232 of the modules 210, 220, and 230, respectively.

各モジュール210、220、230の制御要求確認部212、222、232でそれぞれ早送り制御要求および早送り制御IDが取得された状態で、コンテンツデータの読出し処理が終了し、データ解析モジュール220に処理が移る。   The content data reading process ends with the fast-forward control request and the fast-forward control ID acquired by the control request confirmation units 212, 222, and 232 of the modules 210, 220, and 230, respectively, and the process moves to the data analysis module 220. .

データ解析モジュール220では、まず制御要求確認部222において制御ID保持部221に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定される(S4)。   In the data analysis module 220, first, it is determined in the control request confirmation unit 222 whether or not a control ID different from the control ID held in the control ID holding unit 221 is acquired from the control request unit 120 (S4).

ここでは、制御要求部120から早送り制御IDが取得されているため、この制御IDが制御ID保持部221に保持されている制御IDである通常再生制御IDとは異なると判定され(S4の「YES」)、終了/初期化部223で終了/初期化要求が生成される(S5)。   Here, since the fast-forward control ID is acquired from the control request unit 120, it is determined that this control ID is different from the normal reproduction control ID that is the control ID held in the control ID holding unit 221 (" YES ”), the termination / initialization unit 223 generates a termination / initialization request (S5).

生成された終了/初期化要求は解析処理部224に送出され、解析処理部224で実行されていた通常再生処理は終了され初期化される(S6)。   The generated end / initialization request is sent to the analysis processing unit 224, and the normal reproduction process executed by the analysis processing unit 224 is ended and initialized (S6).

さらに、制御要求確認部222で取得された新たな制御IDである早送り制御IDが、制御ID保持部211に保持される(S7)。   Further, the fast-forward control ID that is the new control ID acquired by the control request confirmation unit 222 is held in the control ID holding unit 211 (S7).

次に、データ出力モジュール230においても、データ解析モジュール220における処理と同様に制御要求確認部232における制御IDの判定(S8)、終了/初期化部233における終了/初期化要求の生成(S9)が行われる。   Next, in the data output module 230 as well, in the same way as the processing in the data analysis module 220, the control ID is determined in the control request confirmation unit 232 (S8), and the termination / initialization request is generated in the termination / initialization unit 233 (S9). Is done.

生成された終了/初期化要求は出力処理部234に送出され、出力処理部234で実行されていた通常再生制御は終了され初期化される(S10)。   The generated end / initialization request is sent to the output processing unit 234, and the normal reproduction control executed by the output processing unit 234 is ended and initialized (S10).

さらに、データ解析モジュール220における処理と同様に、制御要求確認部232で取得された新たな制御IDである早送り制御IDが、制御ID保持部231に保持される(S11)。   Further, as in the processing in the data analysis module 220, the fast-forward control ID that is the new control ID acquired by the control request confirmation unit 232 is held in the control ID holding unit 231 (S11).

ここで、再生処理を終了する指示がなければステップS1に戻り(S12の「NO」)、処理が続行される。   If there is no instruction to end the reproduction process, the process returns to step S1 ("NO" in S12), and the process is continued.

データ読出しモジュール210に戻ると、制御要求確認部212において、制御ID保持部211に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定され(S1)、ここで早送り制御IDが取得されていることが確認されて制御ID保持部221に保持されている通常再生制御IDとは異なると判定される(S1の「YES」)。   Returning to the data reading module 210, the control request confirmation unit 212 determines whether or not a control ID different from the control ID held in the control ID holding unit 211 is acquired from the control request unit 120 (S1). Here, it is confirmed that the fast-forward control ID is acquired, and it is determined that it is different from the normal reproduction control ID held in the control ID holding unit 221 (“YES” in S1).

ステップS1において、制御要求部120から取得した制御IDと制御ID保持部221に保持されている制御IDとが異なると判定されると、終了/初期化部213で終了/初期化要求が生成される(S13)。   If it is determined in step S 1 that the control ID acquired from the control request unit 120 is different from the control ID held in the control ID holding unit 221, the end / initialization unit 213 generates an end / initialization request. (S13).

生成された終了/初期化要求は読出処理部214に送出され、読出処理部214で実行されていた通常再生制御は終了され初期化される(S14)。   The generated end / initialization request is sent to the reading processing unit 214, and the normal reproduction control executed in the reading processing unit 214 is ended and initialized (S14).

読出処理部214が初期化されると、新たな制御要求である早送り制御によるデータ読出し処理が読出処理部214で開始されてコンテンツデータが入力装置30から取得される(S2)とともに、新たな制御IDである早送り制御IDが制御ID保持部231に保持される(S3)。   When the reading processing unit 214 is initialized, data reading processing by fast-forward control, which is a new control request, is started in the reading processing unit 214 and content data is acquired from the input device 30 (S2), and new control is performed. The fast-forward control ID that is the ID is held in the control ID holding unit 231 (S3).

次にデータ解析モジュール220に処理が移り、制御要求確認部222において制御ID保持部221に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定される(S4)。   Next, the processing moves to the data analysis module 220, and it is determined in the control request confirmation unit 222 whether or not a control ID different from the control ID held in the control ID holding unit 221 is acquired from the control request unit 120 ( S4).

ここでは制御ID保持部221に保持されている制御IDと異なる制御IDは制御要求部120から取得されていないと判定され(S4の「NO」)、早送り制御によるデータ解析処理が続行され(S15)、処理中の制御IDが制御ID保持部211に保持される(S7)。   Here, it is determined that a control ID different from the control ID held in the control ID holding unit 221 is not acquired from the control request unit 120 (“NO” in S4), and the data analysis process by the fast-forward control is continued (S15). ), The control ID being processed is held in the control ID holding unit 211 (S7).

また、データ出力モジュール230においても、制御ID保持部231に保持されている制御IDと異なる制御IDは制御要求部120から取得されていないと判定され(S8の「NO」)、早送り制御によるデータ出力処理が続行され(S16)、処理中の制御IDが制御ID保持部211に保持される(S11)。   Also in the data output module 230, it is determined that a control ID different from the control ID held in the control ID holding unit 231 has not been acquired from the control request unit 120 (“NO” in S8), and data by fast-forward control is obtained. The output process is continued (S16), and the control ID being processed is held in the control ID holding unit 211 (S11).

この制御要求処理ループは、再生処理が終了されるまで繰り返される(S12)。   This control request process loop is repeated until the reproduction process is completed (S12).

以上のように処理が行われたときに、制御部100から制御要求が送信されてから再生部200でこの制御要求を確認するまでに発生する遅延時間について、図3を参照して説明する。   With reference to FIG. 3, a description will be given of a delay time that occurs from when the control request is transmitted from the control unit 100 to when the playback unit 200 confirms the control request when processing is performed as described above.

図3に示すように、データ読出モジュール210の読出処理部214においてデータ読出処理214aの実行中に制御要求120aが制御部100から再生部200に送出されると、制御要求120aは各モジュール210、220、230の制御要求確認部212、222、232で取得される。   As shown in FIG. 3, when the control request 120a is sent from the control unit 100 to the playback unit 200 during the execution of the data read processing 214a in the read processing unit 214 of the data read module 210, the control request 120a is sent to each module 210, Acquired by control request confirmation units 212, 222, and 232 of 220 and 230.

取得された制御要求120aは、まずデータ読出モジュール210の次に実行されるデータ解析モジュール220の制御要求確認部222で制御要求確認処理222aにおいて確認される。   The acquired control request 120a is first confirmed in the control request confirmation processing 222a by the control request confirmation unit 222 of the data analysis module 220 executed next to the data reading module 210.

制御要求確認処理222aで制御要求120aが確認されることにより、終了/初期化部223において終了/初期化要求が生成され、データ解析処理224aが行われず直ちに終了され解析処理部224の初期化される。   When the control request 120a is confirmed by the control request confirmation process 222a, an end / initialization request is generated in the end / initialization unit 223. The data analysis process 224a is not performed and the process ends immediately and the analysis processing unit 224 is initialized. The

次に実行されるデータ出力モジュール230の制御要求確認処理232aにおいても制御要求120aが確認され、終了/初期化部233において終了/初期化要求が生成され、データ出力処理234aが行われず直ちに終了され出力処理部234が初期化される。   The control request 120a is also confirmed in the control request confirmation process 232a of the data output module 230 to be executed next, the termination / initialization request is generated in the termination / initialization unit 233, and the process is terminated immediately without performing the data output process 234a. The output processing unit 234 is initialized.

また次に実行されるデータ読出モジュール210の制御要求確認処理212bにおいても制御要求120aが確認され、終了/初期化部213終了/初期化要求が生成されて読出処理部214の初期化が行われるとともに、制御要求120aに基づいて入力装置30からコンテンツデータの読出しが開始される。   In the control request confirmation process 212b of the data read module 210 to be executed next, the control request 120a is confirmed, an end / initialization unit 213 end / initialization request is generated, and the read processing unit 214 is initialized. At the same time, reading of the content data from the input device 30 is started based on the control request 120a.

ここで、制御要求120aが再生部200に送出されてから確認されるまでに発生する遅延時間は、図3に示す遅延時間TL1である。 Here, the delay time control request 120a is generated until acknowledged after being sent to the playback unit 200 is the delay time TL 1 shown in FIG.

続いてデータ解析モジュール220においても、制御要求120aに基づいて制御要求確認処理222bおよびデータ解析処理224bが実行される。   Subsequently, also in the data analysis module 220, a control request confirmation process 222b and a data analysis process 224b are executed based on the control request 120a.

このデータ解析処理224bの実行中に制御要求120bが制御部100から再生部200に送出されると、制御要求120bは各モジュール210、220、230の制御要求確認部212、222、232で取得される。   When the control request 120b is sent from the control unit 100 to the playback unit 200 during the execution of the data analysis processing 224b, the control request 120b is acquired by the control request confirmation units 212, 222, and 232 of the modules 210, 220, and 230. The

取得された制御要求120bは、データ解析モジュール220の次に実行されるデータ出力モジュール230の制御要求確認部232で制御要求確認処理232bにおいて確認される。   The acquired control request 120b is confirmed in the control request confirmation processing 232b by the control request confirmation unit 232 of the data output module 230 executed next to the data analysis module 220.

制御要求確認処理232bで制御要求120bが確認されることにより、終了/初期化部233において終了/初期化要求が生成され、データ出力処理234bが終了され出力処理部234が初期化される。   When the control request 120b is confirmed in the control request confirmation processing 232b, the termination / initialization unit 233 generates a termination / initialization request, the data output processing 234b is terminated, and the output processing unit 234 is initialized.

次に実行されるデータ読出モジュール210の制御要求確認処理212cにおいても制御要求120bが確認され、終了/初期化部213終了/初期化要求が生成されて読出処理部214の初期化が行われるとともに、制御要求120bに基づいて入力装置30からコンテンツデータの読出しが開始される。   In the control request confirmation process 212c of the data read module 210 to be executed next, the control request 120b is confirmed, an end / initialization unit 213 end / initialization request is generated, and the read processing unit 214 is initialized. The reading of content data from the input device 30 is started based on the control request 120b.

ここで、制御要求120bが再生部200に送出されてから確認されるまでに発生する遅延時間は、図3に示す遅延時間TL2である。 Here, the delay time control request 120b is generated until acknowledged after being sent to the playback unit 200 is the delay time TL 2 shown in FIG.

このように各モジュール210、220、230で制御要求確認および終了/初期化要求の生成を行うように構成したことで、従来発生していた図9の遅延時間TL5が図3の遅延時間TL1に削減され、図9の遅延時間TL6が図3の遅延時間TL2に削減される。 Since the modules 210, 220, and 230 are configured to check the control request and generate the termination / initialization request in this way, the delay time TL 5 of FIG. is reduced to 1, the delay time TL 6 in FIG. 9 is reduced to the delay time TL 2 of FIG.

以上の第1実施形態によれば、各モジュールに制御要求確認部および終了/初期化部を設けることにより、再生状態の異なる複数の再生制御のうちの1つを用いたコンテンツの再生処理中に新たな再生制御による再生指示を受信したときに、各モジュールは他のモジュールに依存することなく迅速に現在実行している処理を終了し初期化を行うため、制御要求が再生部に送出されてから確認されるまでの遅延時間TLを大幅に削減し、制御要求に対する応答時間を短縮することができる。   According to the first embodiment described above, by providing each module with a control request confirmation unit and an end / initialization unit, during the content reproduction process using one of a plurality of reproduction controls with different reproduction states. When a playback instruction by a new playback control is received, each module promptly sends a control request to the playback unit in order to finish the current execution and initialize without depending on other modules. The delay time TL from confirmation to confirmation can be greatly reduced, and the response time to the control request can be shortened.

《第2実施形態》
〈第2実施形態によるコンテンツ再生装置の構成〉
本発明の第2実施形態によるコンテンツ再生装置の構成を、図4を参照して説明する。
<< Second Embodiment >>
<Configuration of Content Playback Device according to Second Embodiment>
The configuration of the content reproduction apparatus according to the second embodiment of the present invention will be described with reference to FIG.

本実施形態によるコンテンツ再生装置11は、各モジュール210、220、230にデータID比較部215、225、235を有する他は第1実施形態の構成と同様であるため、詳細な説明は省略する。   Since the content reproduction apparatus 11 according to the present embodiment is the same as the configuration of the first embodiment except that the modules 210, 220, and 230 have data ID comparison units 215, 225, and 235, detailed descriptions thereof are omitted.

データID比較部215、225、235は、各モジュールにおける処理の実行中に制御部100の制御要求部120から新たな制御IDが送信されたときにこの新たな制御IDを取得するとともに、実行順序が1つ前のモジュールで実行された制御IDであるデータIDを取得し、この制御IDとデータIDとを比較して同一か否かを判定する。判定の結果、この制御IDとデータIDとが異なるときは、実行中の処理データを破棄させる。   The data ID comparison units 215, 225, and 235 acquire the new control ID when a new control ID is transmitted from the control request unit 120 of the control unit 100 during execution of processing in each module, and the execution order Is obtained as a control ID executed in the previous module, and the control ID and the data ID are compared to determine whether or not they are the same. If the control ID and the data ID are different as a result of the determination, the processing data being executed is discarded.

〈第2実施形態によるコンテンツ再生装置の動作〉
本実施形態によるコンテンツ再生装置11の動作を説明する。
<Operation of Content Playback Device according to Second Embodiment>
The operation of the content reproduction apparatus 11 according to this embodiment will be described.

このコンテンツ再生装置10の動作の一例として、第1実施例と同様に、コンテンツの通常再生処理が実行されている状態で、ユーザにより早送りの指示が行われたときの動作について図4および図5を参照して説明する。   As an example of the operation of the content playback apparatus 10, as in the first embodiment, FIG. 4 and FIG. 5 illustrate the operation when the user gives a fast-forward instruction while the normal content playback process is being performed. Will be described with reference to FIG.

コンテンツデータは、図4の破線矢印で示すように、データ読出モジュール210の読出処理部214により入力装置30からコンテンツデータが読み出され、データ解析モジュール220の解析処理部224でデータが解析された後、データ出力モジュール230の出力処理部234から出力装置40に出力されることによりデータ再生処理が行われている。   The content data is read from the input device 30 by the reading processing unit 214 of the data reading module 210 and analyzed by the analysis processing unit 224 of the data analysis module 220, as indicated by the dashed arrows in FIG. Thereafter, data is output from the output processing unit 234 of the data output module 230 to the output device 40 to perform data reproduction processing.

このとき、図1および図7のコンテンツ再生装置10、50と同様に、コンテンツデータは入力装置30から少量ずつ読み出されて処理が行われている。   At this time, similarly to the content reproduction apparatuses 10 and 50 of FIGS. 1 and 7, the content data is read from the input device 30 little by little and processed.

また、通常再生処理の実行中であるため、各モジュールの制御ID保持部211、221、および231には、通常再生制御IDが保持されている。   Further, since the normal reproduction process is being executed, the normal reproduction control ID is held in the control ID holding units 211, 221 and 231 of each module.

上述のデータ再生処理と同期をとって、制御要求を取得したときに切り替え処理を行うための制御要求処理ループが再生部200で動作している。   A control request processing loop for performing a switching process when a control request is acquired is operated in the playback unit 200 in synchronization with the data playback process described above.

制御要求処理ループでは、図5に示すように、まずデータ読出モジュール210の制御要求確認部212において、制御ID保持部211に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定される(S21)。   In the control request processing loop, as shown in FIG. 5, first, a control ID different from the control ID held in the control ID holding unit 211 is acquired from the control request unit 120 in the control request confirmation unit 212 of the data reading module 210. It is determined whether or not (S21).

ここでは、制御ID保持部211に保持されている制御IDと異なる制御IDは制御要求部120から取得されていないと判定され、通常再生処理を続行するために読出処理部214において入力装置からのデータ読出し処理が開始される(S22)。   Here, it is determined that a control ID different from the control ID held in the control ID holding unit 211 has not been acquired from the control request unit 120, and the read processing unit 214 reads from the input device in order to continue the normal reproduction process. Data read processing is started (S22).

また、データ読出モジュール210のデータID比較部215では、実行順序が1つ前のモジュールであるデータ出力モジュール230から実行された制御の制御IDをデータIDとして取得されている。ここでは、通常再生制御IDがデータIDとしてデータ出力モジュール230から取得されている。   Further, in the data ID comparison unit 215 of the data reading module 210, the control ID of the control executed from the data output module 230 which is the module in the previous execution order is acquired as the data ID. Here, the normal reproduction control ID is acquired from the data output module 230 as the data ID.

データ読出し処理が開始されると、データID比較部215において取得されているデータIDと異なる制御IDが制御要求部120から取得されるか否かがデータ読出し処理終了まで監視される(S23、S24)。   When the data reading process is started, whether or not a control ID different from the data ID acquired in the data ID comparison unit 215 is acquired from the control request unit 120 is monitored until the data reading process is completed (S23, S24). ).

読出処理部214でデータ読出し処理が行われている間に、ユーザの操作によりユーザインタフェース20からコンテンツ再生装置10にコンテンツの早送りの指示が送信されると、この指示がコンテンツ再生装置10の制御部100の受信部110で受信される。   When an instruction for fast-forwarding content is transmitted from the user interface 20 to the content reproduction apparatus 10 by a user operation while the data reading process is being performed by the read processing unit 214, the instruction is transmitted to the control unit of the content reproduction apparatus 10. Received by 100 receiving units 110.

受信部110で早送りの指示が受信されると、制御要求部120で早送り制御要求および早送り制御の制御IDである早送り制御IDが生成され、再生部200に送出される。   When the fast-forwarding instruction is received by the receiving unit 110, the fast-forwarding control request that is a control ID for the fast-forwarding control request and the fast-forwarding control is generated by the control requesting unit 120 and is sent to the playback unit 200.

再生部200では、各モジュール210、220、230の制御要求確認部212、222、232、および、データID比較部215、225、235でそれぞれ制御要求部120から送出された早送り制御要求および早送り制御IDが取得される。   In the reproduction unit 200, the fast-forward control request and the fast-forward control sent from the control request unit 120 by the control request confirmation units 212, 222, and 232 and the data ID comparison units 215, 225, and 235 of the modules 210, 220, and 230, respectively. An ID is acquired.

データID比較部215で早送り制御要求IDが取得されると、データ出力モジュール230から取得されているデータIDである通常再生制御IDと異なる制御IDが取得されたと判定され(S23の「YES」)、終了/初期化部213で終了/初期化要求が生成される(S25)。   When the fast-forward control request ID is acquired by the data ID comparison unit 215, it is determined that a control ID different from the normal reproduction control ID that is the data ID acquired from the data output module 230 is acquired ("YES" in S23). The end / initialization unit 213 generates an end / initialization request (S25).

生成された終了/初期化要求は読出処理部214に送出され、読出処理部214で実行されていた通常再生処理のデータは破棄され初期化される(S26)。   The generated end / initialization request is sent to the reading processing unit 214, and the data of the normal reproduction processing executed by the reading processing unit 214 is discarded and initialized (S26).

ステップS26において読出処理部214が初期化されると、新たな制御IDである早送り制御IDが制御ID保持部211に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ解析モジュール220へ送出され(S27)、データ解析モジュール220に処理が移る。   When the reading processing unit 214 is initialized in step S26, the fast-forwarding control ID that is a new control ID is held in the control ID holding unit 211, and the fast-forwarding control ID is used as a data ID and the execution order is the next data analysis. The data is sent to the module 220 (S27), and the processing moves to the data analysis module 220.

データ解析モジュール220では、まず制御要求確認部222において制御ID保持部221に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定される(S28)。   In the data analysis module 220, first, the control request confirmation unit 222 determines whether or not a control ID different from the control ID held in the control ID holding unit 221 is acquired from the control request unit 120 (S28).

ここでは、制御要求部120から早送り制御IDが取得されているため、この制御IDが制御ID保持部221に保持されている制御IDである通常再生制御IDとは異なると判定され(S28の「YES」)、終了/初期化部223で終了/初期化要求が生成される(S29)。   Here, since the fast-forward control ID is acquired from the control request unit 120, it is determined that this control ID is different from the normal playback control ID that is the control ID held in the control ID holding unit 221 ("S28" YES ”), the termination / initialization unit 223 generates a termination / initialization request (S29).

生成された終了/初期化要求は解析処理部224に送出され、解析処理部224で実行されていた通常再生処理は終了され初期化される(S30)。   The generated end / initialization request is sent to the analysis processing unit 224, and the normal reproduction process executed by the analysis processing unit 224 is ended and initialized (S30).

ステップS30において解析処理部224が初期化されると、新たな制御IDである早送り制御IDが制御ID保持部221に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ出力モジュール230へ送出され(S31)、データ出力モジュール230に処理が移る。   When the analysis processing unit 224 is initialized in step S30, the fast-forward control ID that is a new control ID is held in the control ID holding unit 221, and the fast-forward control ID is used as a data ID and the execution order is the next data output. The data is sent to the module 230 (S31), and the process proceeds to the data output module 230.

次に、データ出力モジュール230においても、データ解析モジュール220における処理と同様に制御要求確認部232における制御IDの判定(S32)、終了/初期化部233における終了/初期化要求の生成(S33)が行われる。   Next, in the data output module 230 as well, in the same way as the processing in the data analysis module 220, the control ID determination in the control request confirmation unit 232 (S32), and the end / initialization request generation in the end / initialization unit 233 (S33). Is done.

生成された終了/初期化要求は出力処理部234に送出され、出力処理部234で実行されていた通常再生制御は終了され初期化される(S34)。   The generated end / initialization request is sent to the output processing unit 234, and the normal reproduction control executed in the output processing unit 234 is ended and initialized (S34).

さらに、データ解析モジュール220における処理と同様に、新たな制御IDである早送り制御IDが制御ID保持部231に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ読出しモジュール210へ送出され(S35)、再生処理を終了する指示がなければステップS21に戻り(S36の「NO」)、データ読出しモジュール210に処理が移る。   Further, similarly to the processing in the data analysis module 220, the fast-forward control ID which is a new control ID is held in the control ID holding unit 231, and the fast-forward control ID is used as a data ID and the execution order of the data read module 210 is next. If there is no instruction to end the reproduction process (S35), the process returns to step S21 ("NO" in S36), and the process moves to the data reading module 210.

データ読出しモジュール210に戻ると、制御要求確認部212において、制御ID保持部211に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定され(S21)、ここで早送り制御IDが取得されていることが確認されて制御ID保持部221に保持されている通常再生制御IDとは異なると判定される(S21の「YES」)。   Returning to the data reading module 210, the control request confirmation unit 212 determines whether or not a control ID different from the control ID held in the control ID holding unit 211 is acquired from the control request unit 120 (S21). Here, it is confirmed that the fast-forward control ID has been acquired, and it is determined that it is different from the normal playback control ID held in the control ID holding unit 221 (“YES” in S21).

ステップS1において、制御要求部120から取得した制御IDと制御ID保持部221に保持されている制御IDとが異なると判定されると、終了/初期化部213で終了/初期化要求が生成される(S37)。   If it is determined in step S 1 that the control ID acquired from the control request unit 120 is different from the control ID held in the control ID holding unit 221, the end / initialization unit 213 generates an end / initialization request. (S37).

生成された終了/初期化要求は読出処理部214に送出され、読出処理部214で実行されていた通常再生制御は終了され初期化される(S38)。   The generated end / initialization request is sent to the reading processing unit 214, and the normal reproduction control executed by the reading processing unit 214 is ended and initialized (S38).

読出処理部214が初期化されると、新たな制御要求である早送り制御によるデータ読出し処理が読出処理部214で開始されてコンテンツデータが入力装置30から取得される(S22)。   When the reading processing unit 214 is initialized, data reading processing by fast-forward control, which is a new control request, is started in the reading processing unit 214 and content data is acquired from the input device 30 (S22).

データ読出し処理が開始されると、データID比較部215において取得されているデータIDと異なる制御IDが制御要求部120から取得されるか否かがデータ読出し処理終了まで監視される(S23、S24)。   When the data reading process is started, whether or not a control ID different from the data ID acquired in the data ID comparison unit 215 is acquired from the control request unit 120 is monitored until the data reading process is completed (S23, S24). ).

データ読出し処理中に、データID比較部215で取得されているデータIDと異なる制御IDが取得されなかったときは(S24の「YES」)、処理中の制御IDである早送り制御IDが制御ID保持部211に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ解析モジュール220へ送出され(S27)、データ解析モジュール220に処理が移る。   If a control ID different from the data ID acquired by the data ID comparison unit 215 is not acquired during the data read process (“YES” in S24), the fast-forward control ID that is the control ID being processed is the control ID. While being held in the holding unit 211, this fast-forward control ID is sent as a data ID to the next data analysis module 220 in the execution order (S 27), and the process moves to the data analysis module 220.

次にデータ解析モジュール220に処理が移り、制御要求確認部222において制御ID保持部221に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定される(S28)。   Next, the processing moves to the data analysis module 220, and it is determined in the control request confirmation unit 222 whether or not a control ID different from the control ID held in the control ID holding unit 221 is acquired from the control request unit 120 ( S28).

ここでは制御ID保持部221に保持されている制御IDと異なる制御IDは制御要求部120から取得されていないと判定され(S28の「NO」)、早送り制御によるデータ解析処理が続行される(S39)。   Here, it is determined that a control ID different from the control ID held in the control ID holding unit 221 is not acquired from the control request unit 120 (“NO” in S28), and the data analysis process by the fast-forward control is continued ( S39).

データ解析処理が開始されると、データID比較部225において取得されているデータIDと異なる制御IDが制御要求部120から取得されるか否かがデータ解析処理終了まで監視される(S40、S41)。   When the data analysis process is started, whether or not a control ID different from the data ID acquired in the data ID comparison unit 225 is acquired from the control request unit 120 is monitored until the data analysis process ends (S40, S41). ).

データ解析処理中に、データID比較部225で取得されているデータIDと異なる制御IDが取得されなかったときは(S41の「YES」)、処理中の制御IDである早送り制御IDが制御ID保持部221に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ出力モジュール230へ送出され(S31)、データ出力モジュール230に処理が移る。   If a control ID different from the data ID acquired by the data ID comparison unit 225 is not acquired during the data analysis processing (“YES” in S41), the fast-forward control ID that is the control ID being processed is the control ID. While being held in the holding unit 221, the fast-forward control ID is sent as a data ID to the next data output module 230 in the execution order (S31), and the process proceeds to the data output module 230.

また、ステップS40において、データ解析処理中にデータID比較部225で取得されているデータIDと異なる制御IDが取得されたときは(S40の「YES」)、終了/初期化部213で終了/初期化要求が生成され(S42)、解析処理部224で実行されていた処理のデータは破棄され初期化される(S43)。   In step S40, when a control ID different from the data ID acquired by the data ID comparison unit 225 is acquired during the data analysis process (“YES” in S40), the end / initialization unit 213 ends / An initialization request is generated (S42), and the data of the process executed by the analysis processing unit 224 is discarded and initialized (S43).

ステップS43において解析処理部224が初期化されると、新たな制御IDである早送り制御IDが制御ID保持部221に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ出力モジュール230へ送出され(S31)、データ出力モジュール230に処理が移る。   When the analysis processing unit 224 is initialized in step S43, the fast-forwarding control ID that is a new control ID is held in the control ID holding unit 221, and the fast-forwarding control ID is used as a data ID and the execution order is the next data output. The data is sent to the module 230 (S31), and the process proceeds to the data output module 230.

次にデータ出力モジュール230に処理が移り、制御要求確認部232において制御ID保持部221に保持されている制御IDと異なる制御IDが制御要求部120から取得されているか否かが判定される(S32)。   Next, the process moves to the data output module 230, and it is determined whether or not a control ID different from the control ID held in the control ID holding unit 221 is acquired from the control request unit 120 in the control request confirmation unit 232 ( S32).

ここでは制御ID保持部221に保持されている制御IDと異なる制御IDは制御要求部120から取得されていないと判定され(S32の「NO」)、早送り制御によるデータ出力処理が続行される(S44)。   Here, it is determined that a control ID different from the control ID held in the control ID holding unit 221 is not acquired from the control request unit 120 (“NO” in S32), and the data output process by the fast-forward control is continued ( S44).

データ出力処理が開始されると、データID比較部235において取得されているデータIDと異なる制御IDが制御要求部120から取得されるか否かがデータ出力処理終了まで監視される(S45、S46)。   When the data output process is started, whether or not a control ID different from the data ID acquired in the data ID comparison unit 235 is acquired from the control request unit 120 is monitored until the data output process ends (S45, S46). ).

データ出力処理中に、データID比較部235で取得されているデータIDと異なる制御IDが取得されなかったときは(S46の「YES」)、処理中の制御IDである早送り制御IDが制御ID保持部231に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ読出モジュール210へ送出され(S35)、再生処理を終了する指示がなければステップS21に戻り(S36の「NO」)、データ読出しモジュール210に処理が移る。   If a control ID different from the data ID acquired by the data ID comparison unit 235 is not acquired during the data output process (“YES” in S46), the fast-forward control ID that is the control ID being processed is the control ID. While being held in the holding unit 231, the fast-forward control ID is sent as a data ID to the next data reading module 210 (S35), and if there is no instruction to end the reproduction process, the process returns to step S21 (" NO ”), the processing moves to the data reading module 210.

また、ステップS46において、データ出力処理中にデータID比較部235で取得されているデータIDと異なる制御IDが取得されたときは(S45の「YES」)、終了/初期化部213で終了/初期化要求が生成され(S47)、出力処理部234で実行されていた処理のデータは破棄され初期化される(S48)。   In step S46, when a control ID different from the data ID acquired by the data ID comparison unit 235 is acquired during the data output process (“YES” in S45), the end / initialization unit 213 ends / An initialization request is generated (S47), and the data of the process executed by the output processing unit 234 is discarded and initialized (S48).

ステップS48において出力処理部234が初期化されると、新たな制御IDである早送り制御IDが制御ID保持部231に保持されるとともに、この早送り制御IDがデータIDとして実行順序が次のデータ読出しモジュール210へ送出され(S35)、再生処理を終了する指示がなければステップS21に戻り(S36の「NO」)、データ読出しモジュール210に処理が移る。   When the output processing unit 234 is initialized in step S48, the fast-forward control ID which is a new control ID is held in the control ID holding unit 231, and the fast-forward control ID is used as a data ID and the execution order of the next data is read. If it is sent to the module 210 (S35) and there is no instruction to end the reproduction process, the process returns to step S21 ("NO" in S36), and the process moves to the data reading module 210.

以上のように処理が行われたときの、制御部100から制御要求が送信されてから再生部200でこの制御要求を確認するまでに発生する遅延時間について、図6を参照して説明する。   With reference to FIG. 6, a description will be given of the delay time that occurs from when the control request is transmitted from the control unit 100 to when the playback unit 200 confirms the control request when processing is performed as described above.

図6に示すように、データ読出モジュール210の読出処理部214においてデータ読出処理214aの実行中に制御要求120aが制御部100から再生部200に送出されると、制御要求120aは各モジュール210、220、230の制御要求確認部212、222、232、およびデータID比較部215、225、235で取得される。   As shown in FIG. 6, when the control request 120a is sent from the control unit 100 to the playback unit 200 during the execution of the data read process 214a in the read processing unit 214 of the data read module 210, the control request 120a is sent to each module 210, It is acquired by the control request confirmation units 212, 222, 232 and the data ID comparison units 215, 225, 235 of 220, 230.

データ読出モジュール210のデータID比較部215では、制御要求120aが確認されることにより終了/初期化部213において終了/初期化要求が生成され、処理中のデータ読出し処理のデータが破棄され初期化される。   In the data ID comparing unit 215 of the data reading module 210, when the control request 120a is confirmed, an end / initialization request is generated in the end / initialization unit 213, and the data read processing data being processed is discarded and initialized. Is done.

次に実行されるデータ解析モジュール220の制御要求確認処理222aにおいても制御要求120aが確認され、終了/初期化部223において終了/初期化要求が生成され、データ解析処理224aが行われず直ちに終了され解析処理部224が初期化される。   In the control request confirmation process 222a of the data analysis module 220 to be executed next, the control request 120a is confirmed, and the end / initialization unit 223 generates an end / initialization request, and the data analysis process 224a is not performed and the process ends immediately. The analysis processing unit 224 is initialized.

次に実行されるデータ出力モジュール230の制御要求確認処理232aにおいても制御要求120aが確認され、終了/初期化部233において終了/初期化要求が生成され、データ出力処理234aが行われず直ちに終了され出力処理部234が初期化される。   The control request 120a is also confirmed in the control request confirmation process 232a of the data output module 230 to be executed next, the termination / initialization request is generated in the termination / initialization unit 233, and the process is terminated immediately without performing the data output process 234a. The output processing unit 234 is initialized.

また次に実行されるデータ読出モジュール210の制御要求確認処理212bにおいても制御要求120aが確認され、終了/初期化部213終了/初期化要求が生成されて読出処理部214の初期化が行われるとともに、制御要求120aに基づいて入力装置30からコンテンツデータの読出しが開始される。   In the control request confirmation process 212b of the data read module 210 to be executed next, the control request 120a is confirmed, an end / initialization unit 213 end / initialization request is generated, and the read processing unit 214 is initialized. At the same time, reading of the content data from the input device 30 is started based on the control request 120a.

ここで、制御要求120aが再生部200に送出されてから確認されるまでに発生する遅延時間は、図6に示す遅延時間TL3である。 Here, the delay time control request 120a is generated until acknowledged after being sent to the playback unit 200 is the delay time TL 3 shown in FIG.

続いてデータ解析モジュール220においても、制御要求120aに基づいて制御要求確認処理222bおよびデータ解析処理224bが実行される。   Subsequently, also in the data analysis module 220, a control request confirmation process 222b and a data analysis process 224b are executed based on the control request 120a.

このデータ解析処理224bの実行中に制御要求120bが制御部100から再生部200に送出されると、制御要求120bは各モジュール210、220、230の制御要求確認部212、222、232、およびデータID比較部215、225、235で取得される。   When the control request 120b is sent from the control unit 100 to the playback unit 200 during the execution of the data analysis process 224b, the control request 120b is sent to the control request confirmation units 212, 222, 232 of each module 210, 220, 230 and the data. It is acquired by the ID comparison units 215, 225, 235.

データ解析モジュール220のデータID比較部225では、制御要求120aが確認されることにより終了/初期化部223において終了/初期化要求が生成され、処理中のデータ解析処理のデータが破棄され初期化される。   In the data ID comparison unit 225 of the data analysis module 220, when the control request 120a is confirmed, an end / initialization request is generated in the end / initialization unit 223, and data in the data analysis process being processed is discarded and initialized. Is done.

次に実行されるデータ出力モジュール230の制御要求確認処理232aにおいても制御要求120bが確認され、終了/初期化部233において終了/初期化要求が生成され、データ出力処理234bが行われず直ちに終了され出力処理部234が初期化される。   The control request 120b is also confirmed in the control request confirmation process 232a of the data output module 230 to be executed next, the termination / initialization request is generated in the termination / initialization unit 233, and the process is terminated immediately without performing the data output process 234b. The output processing unit 234 is initialized.

また次に実行されるデータ読出モジュール210の制御要求確認処理212cにおいても制御要求120bが確認され、終了/初期化部213終了/初期化要求が生成されて読出処理部214の初期化が行われるとともに、制御要求120bに基づいて入力装置30からコンテンツデータの読出しが開始される。   In the control request confirmation process 212c of the data read module 210 to be executed next, the control request 120b is confirmed, and an end / initialization unit 213 end / initialization request is generated and the read processing unit 214 is initialized. At the same time, reading of the content data from the input device 30 is started based on the control request 120b.

ここで、制御要求120bが再生部200に送出されてから確認されるまでに発生する遅延時間は、図6に示す遅延時間TL4である。 Here, the delay time control request 120b is generated until acknowledged after being sent to the playback unit 200 is the delay time TL 4 shown in FIG.

このように各モジュール210、220、230で制御要求確認および終了/初期化要求の生成を行うように構成したことで、発生する遅延時間はさらに削減される。   As described above, since the modules 210, 220, and 230 are configured to perform the control request confirmation and the generation of the termination / initialization request, the generated delay time is further reduced.

以上の第2実施形態によれば、各モジュールに制御要求確認部および終了/初期化部に加えてデータID比較部を設けることにより、再生状態の異なる複数の再生制御のうちの1つを用いた再生処理中に新たな再生制御による再生指示を受信したときに各モジュールは処理中のデータを直ちに破棄して初期化を行うため、制御要求が再生部に送出されてから確認されるまでの遅延時間TLを大幅に削減し、制御要求に対する応答時間を短縮することができる。   According to the second embodiment described above, each module is provided with a data ID comparison unit in addition to a control request confirmation unit and an end / initialization unit, so that one of a plurality of reproduction controls with different reproduction states can be used. When a playback instruction is received by a new playback control during the playback process, each module immediately discards the data being processed and initializes it. The delay time TL can be greatly reduced, and the response time to the control request can be shortened.

実際には、制御要求を確認するための制御要求IDとデータIDとの比較は瞬時に行われるため、図6において発生する遅延時間はTL3およびTL4はほとんど0に等しい。 Actually, since the comparison between the control request ID and the data ID for confirming the control request is performed instantaneously, the delay times generated in FIG. 6 are almost equal to 0 in TL 3 and TL 4 .

また、第1実施形態および第2実施形態においては処理モジュールを読出し、解析、出力の3つの場合で説明したがこれには限定されず、より多くのモジュールを用いて高度な制御を行うように構成してもよい。モジュールの数が多い程、装置全体として短縮できる遅延時間が多くなり、より大きな効果を得ることができる。   In the first and second embodiments, the processing module is read, analyzed, and output. However, the present invention is not limited to this, and advanced control is performed using more modules. It may be configured. As the number of modules increases, the delay time that can be shortened as a whole device increases, and a greater effect can be obtained.

また、本実施形態の制御要求部と、複数の機能機能モジュールとをプログラム化してコンピュータに組み込むことにより、当該コンピュータをコンテンツ再生装置として機能させるコンテンツ再生用プログラムを構築することも可能である。   It is also possible to construct a content reproduction program that causes the computer to function as a content reproduction apparatus by programming the control request unit of the present embodiment and a plurality of functional function modules into a computer.

本発明の第1実施形態によるコンテンツ再生装置の構成を示すブロック図である。It is a block diagram which shows the structure of the content reproduction apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ再生装置の再生部におけるデータ再生処理の動作を示すフローチャートである。It is a flowchart which shows the operation | movement of the data reproduction process in the reproducing part of the content reproduction apparatus by 1st Embodiment of this invention. 本発明の第1実施形態によるコンテンツ再生装置の制御部および再生部の動作の関係を時間経過とともに示す説明図である。It is explanatory drawing which shows the relationship between operation | movement of the control part of the content reproduction apparatus by 1st Embodiment of this invention, and a reproduction part with progress of time. 本発明の第2実施形態によるコンテンツ再生装置の構成を示すブロック図である。It is a block diagram which shows the structure of the content reproduction apparatus by 2nd Embodiment of this invention. 本発明の第2実施形態によるコンテンツ再生装置の再生部におけるデータ再生処理の動作を示すフローチャートである。It is a flowchart which shows the operation | movement of the data reproduction process in the reproducing part of the content reproduction apparatus by 2nd Embodiment of this invention. 本発明の第2実施形態によるコンテンツ再生装置の制御部および再生部の動作の関係を時間経過とともに示す説明図である。It is explanatory drawing which shows the relationship between operation | movement of the control part of a content reproduction apparatus by 2nd Embodiment of this invention, and a reproduction part with progress of time. 従来のコンテンツ再生装置の構成を示すブロック図である。It is a block diagram which shows the structure of the conventional content reproduction apparatus. 従来のコンテンツ再生装置の再生部におけるデータ再生処理の動作を示すフローチャートである。It is a flowchart which shows the operation | movement of the data reproduction process in the reproducing part of the conventional content reproduction apparatus. 従来のコンテンツ再生装置の制御部および再生部の動作の関係を時間経過とともに示す説明図である。It is explanatory drawing which shows the relationship between operation | movement of the control part of the conventional content reproduction apparatus, and a reproduction part with progress of time.

符号の説明Explanation of symbols

10…コンテンツ再生装置
11…コンテンツ再生装置
20…ユーザインタフェース
30…入力装置
40…出力装置
100…制御部
110…受信部
120…制御要求部
200…再生部
210…データ読出モジュール
211…制御ID保持部
212…制御要求確認部
213…終了/初期化部
214…読出処理部
215…データID比較部
220…データ解析モジュール
221…制御ID保持部
222…制御要求確認部
223…終了/初期化部
224…解析処理部
225…データID比較部
230…データ出力モジュール
231…制御ID保持部
232…制御要求確認部
233…終了/初期化部
234…出力処理部
235…データID比較部

DESCRIPTION OF SYMBOLS 10 ... Content reproduction apparatus 11 ... Content reproduction apparatus 20 ... User interface 30 ... Input device 40 ... Output device 100 ... Control part 110 ... Reception part 120 ... Control request part 200 ... Reproduction part 210 ... Data reading module 211 ... Control ID holding part 212 ... Control request confirmation unit 213 ... Termination / initialization unit 214 ... Read processing unit 215 ... Data ID comparison unit 220 ... Data analysis module 221 ... Control ID holding unit 222 ... Control request confirmation unit 223 ... Termination / initialization unit 224 ... Analysis processing unit 225 ... Data ID comparison unit 230 ... Data output module 231 ... Control ID holding unit 232 ... Control request confirmation unit 233 ... Termination / initialization unit 234 ... Output processing unit 235 ... Data ID comparison unit

Claims (3)

外部から再生制御指示信号が入力されてこの再生制御指示に基づくコンテンツの再生処理を実行させるための再生制御要求を生成する制御手段と、この生成された再生制御要求に基づく再生制御により前記コンテンツの再生処理を実行する複数の機能モジュールからなる再生手段とを備えて、前記制御手段と前記再生手段とを非同期に動作させるコンテンツ再生装置において、
前記制御手段は、前記生成された再生制御要求の内容を識別するための要求制御IDを更に生成し、
前記再生手段の各機能モジュールは、
現在実行している再生処理の再生制御を識別する実行制御IDを保持する制御ID保持手段と、
前記制御手段で前記再生制御要求および前記要求制御IDが生成されると、これら生成された再生制御要求および要求制御IDを取得し、この取得された要求制御IDと前記保持された実行制御IDとが同一か否かを判定する制御要求確認手段と、
この制御要求確認手段において前記要求制御IDと前記実行制御IDとが同一でないと判定された場合に、前記実行されている再生処理の再生制御の終了/初期化要求を生成する終了/初期化手段と、
前記制御要求確認手段において前記要求制御IDが取得されていない場合、又は前記制御要求確認手段において前記要求制御IDが取得されて且つこの要求制御IDと前記実行制御IDとが同一であると判定された場合のいずれかにおいて、前記実行されている再生処理を続行させる一方、前記終了/初期化手段において終了/初期化要求が生成された場合に前記制御要求確認手段で取得された再生制御要求に基づく再生制御による再生処理に切り替えるために前記実行されている再生処理を終了し初期化する機能処理手段と、
を備えたことを特徴とするコンテンツ再生装置。
Control means for generating a playback control request for executing a playback process of content based on the playback control instruction when a playback control instruction signal is input from the outside, and playback control based on the generated playback control request, In a content playback apparatus comprising a playback means composed of a plurality of functional modules for executing playback processing, and operating the control means and the playback means asynchronously,
The control means further generates a request control ID for identifying the content of the generated reproduction control request,
Each functional module of the reproducing means is
Control ID holding means for holding an execution control ID for identifying the playback control of the currently executed playback process;
When the reproduction control request and the request control ID are generated by the control means, the generated reproduction control request and request control ID are acquired, and the acquired request control ID and the held execution control ID are Control request confirmation means for determining whether or not the same,
Termination / initialization means for generating a reproduction control end / initialization request for the reproduction process being executed when the control request confirmation means determines that the request control ID and the execution control ID are not the same. When,
When the request control ID is not acquired by the control request confirmation unit, or when the request control ID is acquired by the control request confirmation unit and it is determined that the request control ID and the execution control ID are the same. In one of the cases, the reproduction processing being executed is continued, while the end / initialization request is generated by the end / initialization unit, the playback control request acquired by the control request confirmation unit to switch to the playback processing performed by the playback control based, and function processing means for initializing and terminating the reproduction process that is the execution,
A content playback apparatus comprising:
外部から再生制御指示信号が入力されてこの再生制御指示に基づくコンテンツの再生処理を実行させるための再生制御要求を生成する制御ステップと、この生成された再生制御要求に基づく再生制御により前記コンテンツの再生処理を実行する複数の処理機能ステップからなる再生ステップとを有して、前記制御ステップと前記再生ステップとを非同期に動作させるコンテンツ再生装置のコンテンツ再生方法において、
前記制御ステップは、前記生成された再生制御要求の内容を識別するための要求制御IDを更に生成する一方、
前記再生ステップの各処理機能ステップは、
現在実行している再生処理の再生制御を識別する実行制御IDを保持する制御ID保持ステップと、
前記制御ステップで前記再生制御要求および前記要求制御IDが生成されると、これら生成された再生制御要求および要求制御IDを取得し、この取得された要求制御IDと前記保持された実行制御IDとが同一か否かを判定する制御要求確認ステップと、
この制御要求確認ステップにおいて前記要求制御IDと前記実行制御IDとが同一でないと判定された場合に、前記実行されている再生処理の再生制御の終了/初期化要求を生成する終了/初期化ステップと、
前記制御要求確認ステップにおいて前記要求制御IDが取得されていない場合、又は前記制御要求確認ステップにおいて前記要求制御IDが取得されて且つこの要求制御IDと前記実行制御IDとが同一であると判定された場合のいずれかにおいて、前記実行されている再生処理を続行させる一方、前記終了/初期化ステップにおいて終了/初期化要求が生成された場合に前記制御要求確認ステップで取得された再生制御要求に基づく再生制御による再生処理に切り替えるために前記実行されている再生処理を終了し初期化する機能処理ステップと、
を有したことを特徴とするコンテンツ再生方法。
A control step of generating a playback control request for executing a playback process of content based on the playback control instruction when a playback control instruction signal is input from the outside, and playback control based on the generated playback control request, In a content reproduction method of a content reproduction apparatus, which has a reproduction step composed of a plurality of processing function steps for executing reproduction processing, and operates the control step and the reproduction step asynchronously.
While the control step further generates a request control ID for identifying the content of the generated reproduction control request,
Each processing function step of the reproduction step includes:
A control ID holding step for holding an execution control ID for identifying the playback control of the currently executed playback process;
When the reproduction control request and the request control ID are generated in the control step, the generated reproduction control request and request control ID are acquired, and the acquired request control ID and the held execution control ID are A control request confirmation step for determining whether or not they are the same;
End / initialization step for generating an end / initialization request for playback control of the playback process being executed when it is determined in the control request confirmation step that the request control ID and the execution control ID are not the same When,
When the request control ID is not acquired in the control request confirmation step, or the request control ID is acquired in the control request confirmation step, and it is determined that the request control ID and the execution control ID are the same. In one of the cases, the reproduction process being executed is continued, while the reproduction control request acquired in the control request confirmation step is generated when the termination / initialization request is generated in the termination / initialization step. to switch to the playback processing performed by the playback control based, a function processing step of initializing terminates the reproduction process that is the execution,
A content reproduction method characterized by comprising:
再生制御指示信号が入力されるとこの再生制御指示に基づくコンテンツの再生処理を実行させるための再生制御要求とこの再生制御要求の内容を識別するための要求制御IDとを生成する制御機能と、この生成された再生制御要求に基づく再生制御により前記コンテンツの再生処理を実行する複数の処理機能からなる再生機能とを有して、前記制御機能と前記再生機能とを非同期にコンピュータに実行させるコンテンツ再生用プログラムであって、
前記再生機能の各処理機能は、
現在実行している再生処理の再生制御を識別する実行制御IDを保持する制御ID保持機能と、
前記制御機能で前記再生制御要求および前記要求制御IDが生成されると、これら生成された再生制御要求および要求制御IDを取得し、この取得された要求制御IDと前記保持された実行制御IDとが同一か否かを判定する制御要求確認機能と、
この制御要求確認機能において前記要求制御IDと前記実行制御IDとが同一でないと判定された場合に、前記実行されている再生処理の再生制御の終了/初期化要求を生成する終了/初期化機能と、
前記制御要求確認機能において前記要求制御IDが取得されていない場合、又は前記制御要求確認機能において前記要求制御IDが取得されて且つこの要求制御IDと前記実行制御IDとが同一であると判定された場合のいずれかにおいて、前記実行されている再生処理を続行させる一方、前記終了/初期化機能において終了/初期化要求が生成された場合に前記制御要求確認機能で取得された再生制御要求に基づく再生制御による再生処理に切り替えるために前記実行されている再生処理を終了し初期化する機能処理機能と、
を有したコンテンツ再生用プログラム。
A control function for generating a reproduction control request for executing a content reproduction process based on the reproduction control instruction and a request control ID for identifying the content of the reproduction control request when a reproduction control instruction signal is input; Content having a reproduction function including a plurality of processing functions for executing reproduction processing of the content by reproduction control based on the generated reproduction control request, and causing the computer to execute the control function and the reproduction function asynchronously A playback program,
Each processing function of the playback function is:
A control ID holding function for holding an execution control ID for identifying the playback control of the currently executed playback process;
When the reproduction control request and the request control ID are generated by the control function, the generated reproduction control request and request control ID are acquired, and the acquired request control ID and the held execution control ID are A control request confirmation function for determining whether or not they are the same,
An end / initialization function for generating a playback control end / initialization request for the playback process being executed when it is determined in the control request confirmation function that the request control ID and the execution control ID are not the same. When,
When the request control ID is not acquired in the control request confirmation function, or the request control ID is acquired in the control request confirmation function, and it is determined that the request control ID and the execution control ID are the same. In one of the cases, the playback process being executed is continued, while the end / initialization request is generated by the end / initialization function, the playback control request acquired by the control request confirmation function to switch to the playback processing performed by the playback control based, a function processing function for initializing and terminating the reproduction process that is the execution,
Content reproduction program having
JP2006092066A 2006-03-29 2006-03-29 Content reproduction apparatus, content reproduction method, and content reproduction program Expired - Fee Related JP4725390B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006092066A JP4725390B2 (en) 2006-03-29 2006-03-29 Content reproduction apparatus, content reproduction method, and content reproduction program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006092066A JP4725390B2 (en) 2006-03-29 2006-03-29 Content reproduction apparatus, content reproduction method, and content reproduction program

Publications (2)

Publication Number Publication Date
JP2007267251A JP2007267251A (en) 2007-10-11
JP4725390B2 true JP4725390B2 (en) 2011-07-13

Family

ID=38639758

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006092066A Expired - Fee Related JP4725390B2 (en) 2006-03-29 2006-03-29 Content reproduction apparatus, content reproduction method, and content reproduction program

Country Status (1)

Country Link
JP (1) JP4725390B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005338899A (en) * 2004-05-24 2005-12-08 Matsushita Electric Ind Co Ltd Initialization processing apparatus and initialization processing method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0591494A (en) * 1991-09-26 1993-04-09 Sony Corp High efficiency encoder
JP4665330B2 (en) * 2001-03-30 2011-04-06 ソニー株式会社 Information processing apparatus and method, recording medium, and program
JP2004349970A (en) * 2003-05-21 2004-12-09 Sharp Corp Bridge circuit, image/audio stream recording and reproducing device, and digital broadcast receiver integrated with pvr

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005338899A (en) * 2004-05-24 2005-12-08 Matsushita Electric Ind Co Ltd Initialization processing apparatus and initialization processing method

Also Published As

Publication number Publication date
JP2007267251A (en) 2007-10-11

Similar Documents

Publication Publication Date Title
US9009216B2 (en) Server device, and method and program for processing on the same
US8134605B2 (en) Apparatus for transmitting an HTML file with a captured or stored image to an electronic device over a network
JP4874425B1 (en) Reproducing apparatus and imaging apparatus
US7685324B2 (en) Audio-video processing apparatus and program therefor
JP2009536800A (en) Method for resuming content playback across multiple devices
JP6276503B2 (en) Audio equipment
KR20150121459A (en) SERVER DEVICE FOR PROVIDING VoD SERVICE, CLIENT DEVICE AND METHODS THEREOF
JP4725390B2 (en) Content reproduction apparatus, content reproduction method, and content reproduction program
JP2007013881A (en) Imaging apparatus
US20090129756A1 (en) Method and device to seamlessly reproduce contents using storage medium
WO2008019599A1 (en) Multimedia digital processing apparatus and multimedia digital processing method
JP4194588B2 (en) Playback apparatus and playback method
JP4379742B2 (en) REPRODUCTION DEVICE, REPRODUCTION METHOD, AND PROGRAM
JP4419999B2 (en) Recording / reproducing system, recording / reproducing apparatus, and control method for recording / reproducing apparatus
JP2008042509A (en) Electronic camera and compound program
JP2005110024A (en) Data transmitter, data transmission/reception system, and data transmission/reception method
JP6051066B2 (en) Singing video playback system for karaoke
JP2004215123A (en) Image reproducing device, image reproduction method, and image reproduction program
JP2013090102A (en) Distribution system
JP2010273025A (en) Electronic device, system and method of transferring contents and program
JP4280679B2 (en) Reproducing apparatus and control method thereof
JP4340205B2 (en) Content playback device
KR20150017225A (en) Image reproducing apparatus, sever and image reproducing methods thereof
JP4853745B2 (en) REPRODUCTION DEVICE, REPRODUCTION METHOD, AND PROGRAM
JP5002968B2 (en) Recording device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080630

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101215

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110201

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110315

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110328

R151 Written notification of patent or utility model registration

Ref document number: 4725390

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140422

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140422

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140422

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees