fixed latency calculation
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2998 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -145,7 +145,8 @@ enum {
|
||||
PRODUCER_GET_INITIAL_LATENCY,
|
||||
PRODUCER_FORMAT_SUGGESTION_REQUESTED,
|
||||
PRODUCER_SET_PLAY_RATE,
|
||||
PRODUCER_ENABLE_OUTPUT,
|
||||
PRODUCER_ENABLE_OUTPUT,
|
||||
PRODUCER_SET_RUN_MODE_DELAY,
|
||||
|
||||
PRODUCER_MESSAGE_END,
|
||||
FILEINTERFACE_MESSAGE_START = 0x500,
|
||||
@@ -421,6 +422,12 @@ struct producer_late_notice_received_command : public command_data
|
||||
bigtime_t performance_time;
|
||||
};
|
||||
|
||||
struct producer_set_run_mode_delay_command : public command_data
|
||||
{
|
||||
BMediaNode::run_mode mode;
|
||||
bigtime_t delay;
|
||||
};
|
||||
|
||||
struct consumer_accept_format_request : public request_data
|
||||
{
|
||||
media_destination dest;
|
||||
|
||||
Reference in New Issue
Block a user