Difference between revisions of "Talk:ExternalAPI"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
toggle_fullscreen() is useless from an embedder point of view: if I am writing an application, I need to set the movie fullscreen or not. Which makes me think that the same reasoning should apply to audio_mute: we should rather avec a set_mute/get_mute couple.
 
toggle_fullscreen() is useless from an embedder point of view: if I am writing an application, I need to set the movie fullscreen or not. Which makes me think that the same reasoning should apply to audio_mute: we should rather avec a set_mute/get_mute couple.
 +
 +
[[Zorglub]] Yes. I was thinking about actually putting both options for simplicity.
 +
 +
== Playlist ==
 +
 +
[[Zorglub]] I don't really know how to handle playlist retrieval as VLC playlist is not a simple list ...

Revision as of 18:56, 18 December 2005

Comments

Vout

toggle_fullscreen() is useless from an embedder point of view: if I am writing an application, I need to set the movie fullscreen or not. Which makes me think that the same reasoning should apply to audio_mute: we should rather avec a set_mute/get_mute couple.

Zorglub Yes. I was thinking about actually putting both options for simplicity.

Playlist

Zorglub I don't really know how to handle playlist retrieval as VLC playlist is not a simple list ...