upipe-qt/upipe_qt_html.h header reference

Header inclusion [link] 

Members [link] 

Type [link] 

Functions [link] 

Members detail [link] 

#define UPIPE_QT_HTML_SIGNATURE [link] 

This macro is declared in upipe-qt/upipe_qt_html.h source file, line 34.

#define _UPIPE_QT_UPIPE_QT_HTML_H_ [link] 

This macro is declared in upipe-qt/upipe_qt_html.h source file, line 27.

enum upipe_qt_html_command [link] 

This enum is declared in upipe-qt/upipe_qt_html.h source file, line 42.

IdentifierValueDescription
UPIPE_QT_HTML_SENTINEL0x8000
UPIPE_QT_HTML_GET_URL1
UPIPE_QT_HTML_SET_URL2
UPIPE_QT_HTML_SET_SIZE3
UPIPE_QT_HTML_GET_SIZE4
UPIPE_QT_HTML_SET_FRAMERATE5
UPIPE_QT_HTML_GET_FRAMERATE6

int upipe_qt_html_get_framerate(struct upipe *upipe, int fr) [link] 

This function is declared in upipe-qt/upipe_qt_html.h source file, line 133.

This function return the framerate of the pic.

Parameter list:

  • upipe: description structure of the pipe
  • fr: framerate

The return value is an error code

int upipe_qt_html_get_size(struct upipe *upipe, int h, int v) [link] 

This function is declared in upipe-qt/upipe_qt_html.h source file, line 107.

This function return the position of the sub.

Parameter list:

  • upipe: description structure of the pipe
  • h: horizontal position
  • v: vertical position

The return value is an error code

int upipe_qt_html_get_url(struct upipe *upipe, const char **url) [link] 

This function is declared in upipe-qt/upipe_qt_html.h source file, line 66.

This function returns the url

Parameter list:

  • upipe: description structure of the pipe
  • url: filled with current url

The return value is an error code

struct upipe_mgr * upipe_qt_html_mgr_alloc(void ) [link] 

This function is declared in upipe-qt/upipe_qt_html.h source file, line 40.

This function returns the management structure for html pipes.

int upipe_qt_html_set_framerate(struct upipe *upipe, int *fr) [link] 

This function is declared in upipe-qt/upipe_qt_html.h source file, line 120.

This function sets the framerate of the pic.

Parameter list:

  • upipe: description structure of the pipe
  • fr: framerate

The return value is an error code

int upipe_qt_html_set_size(struct upipe *upipe, int *h, int *v) [link] 

This function is declared in upipe-qt/upipe_qt_html.h source file, line 93.

This function sets the size of the pic.

Parameter list:

  • upipe: description structure of the pipe
  • h: horizontal size
  • v: vertical size

The return value is an error code

int upipe_qt_html_set_url(struct upipe *upipe, const char *url) [link] 

This function is declared in upipe-qt/upipe_qt_html.h source file, line 79.

This function returns the url

Parameter list:

  • upipe: description structure of the pipe
  • url: filled with current url

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Sun Dec 14 18:31:17 2025 using MkDoc