Changeset 1fb2f8b0febfae75d04c915f40bc189b956be968

Show
Ignore:
Timestamp:
04/23/08 19:35:01 (4 months ago)
Author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr>
git-committer:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1208972101 +0200
git-parent:

[241b22807f106a1473add93ed0d8efdc9108e4bc]

git-author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1208957444 +0200
Message:

libvlc.h: some doxygen fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc/libvlc.h

    r0b96b7c r1fb2f8b  
    220220 * 
    221221 * \param p_instance the instance 
    222  * \param psz_mrl the MRL to read 
     222 * \param ppsz_options the options (as a string) 
    223223 * \param p_e an initialized exception pointer 
    224224 */ 
     
    243243 * 
    244244 * \param p_meta_desc the media to read 
    245  * \param p_meta_desc the meta to read 
     245 * \param e_meta_desc the meta to read 
    246246 * \param p_e an initialized exception pointer 
    247247 * \return the media's meta 
     
    440440 * Toggle fullscreen status on video output. 
    441441 * 
    442  * \param p_input the input 
     442 * \param p_mediaplayer the media player 
    443443 * \param p_e an initialized exception pointer 
    444444 */ 
     
    448448 * Enable or disable fullscreen on a video output. 
    449449 * 
    450  * \param p_input the input 
     450 * \param p_mediaplayer the media player 
    451451 * \param b_fullscreen boolean for fullscreen status 
    452452 * \param p_e an initialized exception pointer 
     
    457457 * Get current fullscreen status. 
    458458 * 
    459  * \param p_input the input 
     459 * \param p_mediaplayer the media player 
    460460 * \param p_e an initialized exception pointer 
    461461 * \return the fullscreen status (boolean) 
     
    466466 * Get current video height. 
    467467 * 
    468  * \param p_input the input 
     468 * \param p_mediaplayer the media player 
    469469 * \param p_e an initialized exception pointer 
    470470 * \return the video height 
     
    475475 * Get current video width. 
    476476 * 
    477  * \param p_input the input 
     477 * \param p_mediaplayer the media player 
    478478 * \param p_e an initialized exception pointer 
    479479 * \return the video width 
     
    484484 * Get current video aspect ratio. 
    485485 * 
    486  * \param p_input the input 
     486 * \param p_mediaplayer the media player 
    487487 * \param p_e an initialized exception pointer 
    488488 * \return the video aspect ratio 
     
    493493 * Set new video aspect ratio. 
    494494 * 
    495  * \param p_input the input 
     495 * \param p_mediaplayer the media player 
    496496 * \param psz_aspect new video aspect-ratio 
    497497 * \param p_e an initialized exception pointer 
     
    502502 * Get current video subtitle. 
    503503 * 
    504  * \param p_input the input 
     504 * \param p_mediaplayer the media player 
    505505 * \param p_e an initialized exception pointer 
    506506 * \return the video subtitle selected 
     
    511511 * Set new video subtitle. 
    512512 * 
    513  * \param p_input the input 
     513 * \param p_mediaplayer the media player 
    514514 * \param i_spu new video subtitle to select 
    515515 * \param p_e an initialized exception pointer 
     
    520520 * Get current crop filter geometry. 
    521521 * 
    522  * \param p_input the input 
     522 * \param p_mediaplayer the media player 
    523523 * \param p_e an initialized exception pointer 
    524524 * \return the crop filter geometry 
     
    529529 * Set new crop filter geometry. 
    530530 * 
    531  * \param p_input the input 
     531 * \param p_mediaplayer the media player 
    532532 * \param psz_geometry new crop filter geometry 
    533533 * \param p_e an initialized exception pointer 
     
    538538 * Toggle teletext transparent status on video output. 
    539539 * 
    540  * \param p_input the input 
     540 * \param p_mediaplayer the media player 
    541541 * \param p_e an initialized exception pointer 
    542542 */ 
     
    546546 * Get current teletext page requested. 
    547547 * 
    548  * \param p_input the input 
     548 * \param p_mediaplayer the media player 
    549549 * \param p_e an initialized exception pointer 
    550550 * \return the current teletext page requested. 
     
    555555 * Set new teletext page to retrieve. 
    556556 * 
    557  * \param p_input the input 
     557 * \param p_mediaplayer the media player 
    558558 * \param i_page teletex page number requested 
    559559 * \param p_e an initialized exception pointer 
     
    567567 * If i_width XOR i_height is 0, original aspect-ratio is preserved. 
    568568 * 
    569  * \param p_input the input 
     569 * \param p_mediaplayer the media player 
    570570 * \param psz_filepath the path where to save the screenshot to 
    571571 * \param i_width the snapshot's width