VLC Plugin absent in actxcontrol

2 views (last 30 days)
kittu
kittu on 14 Aug 2012
Hi, I am trying to use the VLC application in one of my project. I have installed VLC into my c:/ProgramFiles/VLC. However when i try to see the properties of actxcontrol i get following output:
>>actxcontrol
ans =
'CTreeView Control' [1x25 char] [1x29 char]
'CommonDialog Class' 'WIA.CommonDialog.1' [1x30 char]
'DeviceManager Class' 'WIA.DeviceManager.1' [1x30 char]
'DivX VOD Helper Plug-in' 'OVSHelper.OVSHelperCOM.1' [1x53 char]
'HHCtrl Object' 'Internet.HHCtrl.1' [1x30 char]
'HHCtrl Object' 'Internet.HHCtrl.1' [1x30 char]
'HHCtrl Object' 'Internet.HHCtrl.1' [1x30 char]
'HtmlDlgHelper Class' [1x29 char] [1x32 char]
[1x27 char] [1x32 char] [1x35 char]
'ListPad class' 'ListPad.ListPad.1' [1x27 char]
'MMC IconControl class' 'MMC.IconControl.1' [1x32 char]
'MMCCtrl class' 'MMCCtrl.MMCCtrl.1' [1x27 char]
'MS TV Video Control' 'MSVidCtl.MSVidCtl.1' [1x32 char]
[1x31 char] [1x27 char] [1x59 char]
[1x25 char] 'InkEd.InkEdit.1' [1x29 char]
[1x28 char] 'msinkaut.InkPicture.1' [1x61 char]
[1x58 char] 'MsRDP.MsRDP.2' [1x31 char]
[1x59 char] 'MsRDP.MsRDP.2.a' [1x31 char]
[1x58 char] 'MsRDP.MsRDP.3' [1x31 char]
[1x59 char] 'MsRDP.MsRDP.3.a' [1x31 char]
[1x58 char] 'MsRDP.MsRDP.4' [1x31 char]
[1x59 char] 'MsRDP.MsRDP.4.a' [1x31 char]
[1x58 char] 'MsRDP.MsRDP.5' [1x31 char]
[1x58 char] 'MsRDP.MsRDP.6' [1x31 char]
[1x58 char] 'MsRDP.MsRDP.7' [1x31 char]
[1x40 char] 'MsTscAx.MsTscAx.2' [1x31 char]
[1x40 char] 'MsTscAx.MsTscAx.3' [1x31 char]
[1x40 char] 'MsTscAx.MsTscAx.4' [1x31 char]
[1x40 char] 'MsTscAx.MsTscAx.5' [1x31 char]
[1x40 char] 'MsTscAx.MsTscAx.6' [1x31 char]
[1x40 char] 'MsTscAx.MsTscAx.7' [1x31 char]
[1x40 char] 'MsTscAx.MsTscAx.8' [1x31 char]
[1x31 char] [1x33 char] [1x58 char]
'Microsoft SQL Merge 10.0' 'SQLMerge.SQLMerge.4' [1x58 char]
[1x43 char] [1x27 char] [1x58 char]
[1x48 char] [1x29 char] [1x58 char]
[1x29 char] [1x27 char] [1x30 char]
[1x44 char] 'Groove.FileObject' [1x42 char]
[1x43 char] 'Groove.InkObject' [1x42 char]
[1x34 char] 'Shell.FolderView.1' [1x31 char]
'Microsoft Silverlight' 'AgControl.AgControl.5.1' [1x61 char]
[1x54 char] 'MsTscAx.MsTscAx.1' [1x31 char]
'Microsoft Web Browser' 'Shell.Explorer.2' [1x31 char]
'Mwsamp Control' 'MWSAMP.MwsampCtrl.1' [1x64 char]
'Mwsamp2 Control' 'MWSAMP.MwsampCtrl.2' [1x65 char]
'OleInstall Class' 'OlePrn.OleInstall.1' [1x30 char]
'RDPViewer Class' 'Rdpvcomapi.RDPViewer.1' [1x32 char]
'Shockwave Flash Object' [1x32 char] [1x59 char]
'Synaptics API Control' 'SynCtrl.SynAPICtrl.1' [1x31 char]
'Synaptics Device Control' 'SynCtrl.SynDeviceCtrl.2' [1x31 char]
[1x25 char] 'SynCtrl.SynDisplayCtrl.1' [1x31 char]
'Synaptics Packet Control' 'SynCtrl.SynPacketCtrl.1' [1x31 char]
'SysColorCtrl class' [1x27 char] [1x27 char]
'System Monitor Control' 'Sysmon.3' [1x30 char]
'Tabular Data Control' 'TDCCtl.TDCCtl.1' [1x27 char]
'TaskSymbol Class' 'Control.TaskSymbol.1' [1x32 char]
[1x27 char] [1x30 char] [1x33 char]
[1x25 char] 'WinForms.Control.Host.V3' [1x62 char]
'VideoRenderCtl Class' [1x31 char] [1x28 char]
'Windows Mail Mime Editor' 'WindowsMail.MimeEdit.1' [1x32 char]
'Windows Media Player' 'WMPlayer.OCX.7' [1x27 char]
I do not find the common VLC plugin 'VideoLAN.VLCPlugin.2'.
Can anybody suggest what is the problem and how to solve it? I am using MATLAB 7.10.0.499 (R2010a)
Please reply
Thanks

Answers (1)

Walter Roberson
Walter Roberson on 14 Aug 2012
T = actxcontrol;
char(T(:,2))
That is, I think it might be one of the cells that happens to be too long to print out in full the way that cell arrays are displayed.
  3 Comments
Walter Roberson
Walter Roberson on 14 Aug 2012
Are you using 32 bit MATLAB or 64 bit MATLAB? And is the VLC plugin 32 bit or 64 bit?
kittu
kittu on 20 Aug 2012
Sorry to reply late. But both,MATLAB and VLC are 32 bits.

Sign in to comment.

Categories

Find more on Audio Plugin Creation and Hosting in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!