Changeset 1fb2f8b0febfae75d04c915f40bc189b956be968
- 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
| r0b96b7c |
r1fb2f8b |
|
| 220 | 220 | * |
|---|
| 221 | 221 | * \param p_instance the instance |
|---|
| 222 | | * \param psz_mrl the MRL to read |
|---|
| | 222 | * \param ppsz_options the options (as a string) |
|---|
| 223 | 223 | * \param p_e an initialized exception pointer |
|---|
| 224 | 224 | */ |
|---|
| … | … | |
| 243 | 243 | * |
|---|
| 244 | 244 | * \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 |
|---|
| 246 | 246 | * \param p_e an initialized exception pointer |
|---|
| 247 | 247 | * \return the media's meta |
|---|
| … | … | |
| 440 | 440 | * Toggle fullscreen status on video output. |
|---|
| 441 | 441 | * |
|---|
| 442 | | * \param p_input the input |
|---|
| | 442 | * \param p_mediaplayer the media player |
|---|
| 443 | 443 | * \param p_e an initialized exception pointer |
|---|
| 444 | 444 | */ |
|---|
| … | … | |
| 448 | 448 | * Enable or disable fullscreen on a video output. |
|---|
| 449 | 449 | * |
|---|
| 450 | | * \param p_input the input |
|---|
| | 450 | * \param p_mediaplayer the media player |
|---|
| 451 | 451 | * \param b_fullscreen boolean for fullscreen status |
|---|
| 452 | 452 | * \param p_e an initialized exception pointer |
|---|
| … | … | |
| 457 | 457 | * Get current fullscreen status. |
|---|
| 458 | 458 | * |
|---|
| 459 | | * \param p_input the input |
|---|
| | 459 | * \param p_mediaplayer the media player |
|---|
| 460 | 460 | * \param p_e an initialized exception pointer |
|---|
| 461 | 461 | * \return the fullscreen status (boolean) |
|---|
| … | … | |
| 466 | 466 | * Get current video height. |
|---|
| 467 | 467 | * |
|---|
| 468 | | * \param p_input the input |
|---|
| | 468 | * \param p_mediaplayer the media player |
|---|
| 469 | 469 | * \param p_e an initialized exception pointer |
|---|
| 470 | 470 | * \return the video height |
|---|
| … | … | |
| 475 | 475 | * Get current video width. |
|---|
| 476 | 476 | * |
|---|
| 477 | | * \param p_input the input |
|---|
| | 477 | * \param p_mediaplayer the media player |
|---|
| 478 | 478 | * \param p_e an initialized exception pointer |
|---|
| 479 | 479 | * \return the video width |
|---|
| … | … | |
| 484 | 484 | * Get current video aspect ratio. |
|---|
| 485 | 485 | * |
|---|
| 486 | | * \param p_input the input |
|---|
| | 486 | * \param p_mediaplayer the media player |
|---|
| 487 | 487 | * \param p_e an initialized exception pointer |
|---|
| 488 | 488 | * \return the video aspect ratio |
|---|
| … | … | |
| 493 | 493 | * Set new video aspect ratio. |
|---|
| 494 | 494 | * |
|---|
| 495 | | * \param p_input the input |
|---|
| | 495 | * \param p_mediaplayer the media player |
|---|
| 496 | 496 | * \param psz_aspect new video aspect-ratio |
|---|
| 497 | 497 | * \param p_e an initialized exception pointer |
|---|
| … | … | |
| 502 | 502 | * Get current video subtitle. |
|---|
| 503 | 503 | * |
|---|
| 504 | | * \param p_input the input |
|---|
| | 504 | * \param p_mediaplayer the media player |
|---|
| 505 | 505 | * \param p_e an initialized exception pointer |
|---|
| 506 | 506 | * \return the video subtitle selected |
|---|
| … | … | |
| 511 | 511 | * Set new video subtitle. |
|---|
| 512 | 512 | * |
|---|
| 513 | | * \param p_input the input |
|---|
| | 513 | * \param p_mediaplayer the media player |
|---|
| 514 | 514 | * \param i_spu new video subtitle to select |
|---|
| 515 | 515 | * \param p_e an initialized exception pointer |
|---|
| … | … | |
| 520 | 520 | * Get current crop filter geometry. |
|---|
| 521 | 521 | * |
|---|
| 522 | | * \param p_input the input |
|---|
| | 522 | * \param p_mediaplayer the media player |
|---|
| 523 | 523 | * \param p_e an initialized exception pointer |
|---|
| 524 | 524 | * \return the crop filter geometry |
|---|
| … | … | |
| 529 | 529 | * Set new crop filter geometry. |
|---|
| 530 | 530 | * |
|---|
| 531 | | * \param p_input the input |
|---|
| | 531 | * \param p_mediaplayer the media player |
|---|
| 532 | 532 | * \param psz_geometry new crop filter geometry |
|---|
| 533 | 533 | * \param p_e an initialized exception pointer |
|---|
| … | … | |
| 538 | 538 | * Toggle teletext transparent status on video output. |
|---|
| 539 | 539 | * |
|---|
| 540 | | * \param p_input the input |
|---|
| | 540 | * \param p_mediaplayer the media player |
|---|
| 541 | 541 | * \param p_e an initialized exception pointer |
|---|
| 542 | 542 | */ |
|---|
| … | … | |
| 546 | 546 | * Get current teletext page requested. |
|---|
| 547 | 547 | * |
|---|
| 548 | | * \param p_input the input |
|---|
| | 548 | * \param p_mediaplayer the media player |
|---|
| 549 | 549 | * \param p_e an initialized exception pointer |
|---|
| 550 | 550 | * \return the current teletext page requested. |
|---|
| … | … | |
| 555 | 555 | * Set new teletext page to retrieve. |
|---|
| 556 | 556 | * |
|---|
| 557 | | * \param p_input the input |
|---|
| | 557 | * \param p_mediaplayer the media player |
|---|
| 558 | 558 | * \param i_page teletex page number requested |
|---|
| 559 | 559 | * \param p_e an initialized exception pointer |
|---|
| … | … | |
| 567 | 567 | * If i_width XOR i_height is 0, original aspect-ratio is preserved. |
|---|
| 568 | 568 | * |
|---|
| 569 | | * \param p_input the input |
|---|
| | 569 | * \param p_mediaplayer the media player |
|---|
| 570 | 570 | * \param psz_filepath the path where to save the screenshot to |
|---|
| 571 | 571 | * \param i_width the snapshot's width |
|---|