Page 1 of 1

Ati remote Wonder plugin, how to controle ratio, audio, ...

Posted: Mon May 05, 2008 1:50 am
by jerdvb
Hi,


I made a plugin for Ati remote wonder witch can controle dvbdream:

numeric button
volume, mute
channel +/-
info
recal
fullscreen

I want ta add ratio change but not all the ratio options only some of them.
and add an audio switch button.


Is it possible to do this with the API?


when i will finish the plugin i will release it for the community.

Re: Ati remote Wonder plugin, how to controle ratio, audio,

Posted: Fri May 09, 2008 7:24 pm
by cwa784
Can you share the plugin as is? I have been looking to using my ATI remote wonder with DD for a while.
Hi,


I made a plugin for Ati remote wonder witch can controle dvbdream:

numeric button
volume, mute
channel +/-
info
recal
fullscreen

I want ta add ratio change but not all the ratio options only some of them.
and add an audio switch button.


Is it possible to do this with the API?


when i will finish the plugin i will release it for the community.

Re: Ati remote Wonder plugin, how to controle ratio, audio,

Posted: Sun May 11, 2008 1:14 am
by rel
I want ta add ratio change but not all the ratio options only some of them.
and add an audio switch button.

Is it possible to do this with the API?
It will be possible in next available patch or version (I will post test version on forum as v1.4i p2)

As remote control code
RMT_PIP = $00000030; // new
RMT_ASPECT_RATIO = $00000031; // new <<-- Toggles aspect ratios
RMT_SNAPSHOT = $00000032; // new
RMT_LANGUAGE = $00000033; // new <<-- Toggles audio pids


As Module API function
DDMODAPI_SET_AUDIO_PID = $00100062; // parameter: integer PID
DDMODAPI_SET_ASPECT_RATIO = $00100063; //parameter: integer Aspect Ratio


const
AR_FREE = 0;
AR_4x3 = 1;
AR_16x9 = 2;
AR_EMBEDDED_4x3 = 3; // invalid for PIP windows
AR_EMBEDDED_16x9 = 4; // invalid for PIP windows
AR_STRETCH_EMBEDDED_4x3 = 5; // invalid for PIP windows
AR_STRETCH_EMBEDDED_16x9 = 6; // invalid for PIP windows

Posted: Sun May 11, 2008 1:16 pm
by jerdvb
thank you for the answer


will it be possible to select wanted ratio value for the toggle button ?
Because it is greate to have 7 options but i think only few people need the 7 option, and i think toggle threw the 7 options to find the ratio you want is boring.

Re: Ati remote Wonder plugin, how to controle ratio, audio,

Posted: Sun May 11, 2008 1:22 pm
by jerdvb
Can you share the plugin as is? I have been looking to using my ATI remote wonder with DD for a while.
like i said when it will be finish I will share it, if you want to test the actual version, send me a PM, i will give you a link