20 May '13 - 13:49 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: 1 ... 133 134 [135]
  Reply  |  Print  
Author Topic: BASS_DSHOW Video Library  (Read 271134 times)
subh
Posts: 151


« Reply #2680 on: 13 May '13 - 18:58 »
Reply with quoteQuote

The VB header is not complete.

any news? Inout
How to Alpha color change when Multi Video Output?

Ionut pls. check my code, where i am wrong?


* Multi Video Output.zip (2.21 KB - downloaded 2 times.)
Logged
Ionut Cristea
Posts: 1372


« Reply #2681 on: 13 May '13 - 19:27 »
Reply with quoteQuote

  Seems to be ok except some codes have been set after creation of stream but that don't matter so much. What is the problem.

Ionut
Logged
subh
Posts: 151


« Reply #2682 on: 14 May '13 - 03:55 »
Reply with quoteQuote

the problem is does not work all panel Alpha color, working only one panel (picturebox1).
Logged
subh
Posts: 151


« Reply #2683 on: 16 May '13 - 07:24 »
Reply with quoteQuote

the problem is does not work all panel Alpha color, working only one panel (picturebox1).


which day you post your new vb header and demo code Smiley and please upload demo code. Ionut, I told you how to get
codec filter name in popup menu or dual audio streems name so kindly help this code Smiley

please reply

subh Angry
Logged
Ionut Cristea
Posts: 1372


« Reply #2684 on: 16 May '13 - 15:44 »
Reply with quoteQuote

Quote
var
 menu: TMenuItem;
 count: Integer;
 str: xVideo_STREAMS;
 I: Integer;
begin
 Popupmenu1.Items.Items[2].Items[0].Clear;
 Popupmenu1.Items.Items[2].Items[1].Clear;
 Popupmenu1.Items.Items[2].Items[2].Clear;
 count := xVideo_ChannelStreamsCount(chan);
 if(count<=0) then exit;
 for I := 0 to count-1 do
 begin
   if(xVideo_ChannelGetStream(chan,I,@str,xVideo_UNICODE)) then
   begin
     menu := TMenuItem.Create(PopupMenu1);
     menu.Caption := String(PWideChar(str.name));
     menu.Checked := str.enabled;
     menu.Tag := I;
     menu.OnClick := EnableStream;
     Popupmenu1.Items.Items[2].Items[str.format-1].Add(menu);
   end;
 end;
end;

HEre is the delphi code to get the streams. About vb code, sorry don't know so much VB.

Ionut
Logged
subh
Posts: 151


« Reply #2685 on: 18 May '13 - 06:52 »
Reply with quoteQuote

Try Delphi to vb Smiley then I'll post it okay  Wink

subh Angry
Logged
subh
Posts: 151


« Reply #2686 on: 18 May '13 - 11:14 »
Reply with quoteQuote

Try Delphi to vb Smiley then I'll post it okay  Wink

and how to solve this code.
the problem is does not work all panel Alpha color, working only one panel (picturebox1). ??


subh  Angry
Logged
Pages: 1 ... 133 134 [135]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines