VLC remotely control from C#

前端 未结 6 1198
孤城傲影
孤城傲影 2021-01-02 04:32

i\'m trying to control the VLC Media Player from C#. I tried getting a handle on the window with the FindWindow() command from .Net but as i found out the name of the window

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-02 05:23

    There's also the rc interface and even a telnet one: http://wiki.videolan.org/Console

    However, I'd prefer libvlc if possible.

提交回复
热议问题