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

Module API help / support section for programmers.

Moderators: Dreamer, FredB, X05

jerdvb
Just popping in
Posts: 3
Joined: Sat Apr 21, 2007 9:34 am

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

Postby jerdvb » Mon May 05, 2008 1:50 am

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.

pinnacle PCTV SAT CI, TT S2-3200, TT 1401
www.dvbkivabien2.info
cwa784
Posts: 1
Joined: Fri May 09, 2008 7:19 pm

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

Postby cwa784 » Fri May 09, 2008 7:24 pm

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.
genpix
User avatar
rel
relocation
Posts: 2051
Joined: Fri Jun 16, 2006 9:50 am

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

Postby rel » Sun May 11, 2008 1:14 am

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
DVB Dream - because I have to dream about having time to code it
jerdvb
Just popping in
Posts: 3
Joined: Sat Apr 21, 2007 9:34 am

Postby jerdvb » Sun May 11, 2008 1:16 pm

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.
pinnacle PCTV SAT CI, TT S2-3200, TT 1401
www.dvbkivabien2.info
jerdvb
Just popping in
Posts: 3
Joined: Sat Apr 21, 2007 9:34 am

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

Postby jerdvb » Sun May 11, 2008 1:22 pm

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
pinnacle PCTV SAT CI, TT S2-3200, TT 1401
www.dvbkivabien2.info

Return to “Module / Plugin Programming”

Who is online

Users browsing this forum: No registered users and 1 guest