X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=PROTOCOL;h=1e2a832f51b06d1326a140bd4f5e8c8c6bb8b030;hb=04677cb9259126ae3f63878963583b7af34daf69;hp=40863fc251310c87849563de59707d09b1fabfbb;hpb=106ddb9211a98dec764ca45ca02b46c31354e631;p=profile%2Fivi%2Fpulseaudio.git diff --git a/PROTOCOL b/PROTOCOL index 40863fc..1e2a832 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -79,11 +79,12 @@ New opcodes for notifications: PA_COMMAND_PLAYBACK_STREAM_MOVED PA_COMMAND_CAPTURE_STREAM_MOVED -### v13, implemented by >= 0.9.10 +### v13, implemented by >= 0.9.11 New fields for PA_COMMAND_CREATE_PLAYBACK_STREAM, PA_COMMAND_CREATE_RECORD_STREAM request at the end: peak_detect (bool) + adjust_latency (bool) Replace field "name" for PA_COMMAND_CREATE_PLAYBACK_STREAM, PA_COMMAND_CREATE_RECORD_STREAM at the end: @@ -113,7 +114,42 @@ New opcodes for proplist modifications New field for PA_COMMAND_PLAY_SAMPLE: proplist - + New field for PA_COMMAND_PLAY_SAMPLE response: idx + +New field for PA_COMMAND_CREATE_PLAYBACK_STREAM at the end: + + start_muted + +Buffer attributes for PA_COMMAND_CREATE_PLAYBACK_STREAM and +PA_COMMAND_CREATE_RECORD_STREAM may now be 0 for default values. + +New field for PA_COMMAND_SET_PLAYBACK_STREAM_BUFFER_ATTR, +PA_COMMAND_SET_RECORD_STREAM_BUFFER_ATTR at the end: + + adjust_latency (bool) + +new message: + + PA_COMMAND_STARTED + +### v14, implemented by >= 0.9.12 + +new message: + + PA_COMMAND_EXTENSION + +PA_COMMAND_CREATE_PLAYBACK_STREAM: + + bool volume_set at the end + +PA_COMMAND_CREATE_RECORD_STREAM, PA_COMMAND_CREATE_PLAYBACK_STREAM: + + bool early_requests at the end + +New field for PA_COMMAND_SET_PLAYBACK_STREAM_BUFFER_ATTR, +PA_COMMAND_SET_RECORD_STREAM_BUFFER_ATTR at the end: + + early_requests (bool)