upipe-qt/upipe_qt_html.h header reference
Header inclusion
Members
Type
Functions
- int upipe_qt_html_get_framerate(struct upipe *upipe, int fr)
 - int upipe_qt_html_get_size(struct upipe *upipe, int h, int v)
 - int upipe_qt_html_get_url(struct upipe *upipe, const char **url)
 - struct upipe_mgr * upipe_qt_html_mgr_alloc(void )
 - int upipe_qt_html_set_framerate(struct upipe *upipe, int *fr)
 - int upipe_qt_html_set_size(struct upipe *upipe, int *h, int *v)
 - int upipe_qt_html_set_url(struct upipe *upipe, const char *url)
 
Members detail
This macro is declared in upipe-qt/upipe_qt_html.h source file, line 34.
This macro is declared in upipe-qt/upipe_qt_html.h source file, line 27.
This enum is declared in upipe-qt/upipe_qt_html.h source file, line 42.
| Identifier | Value | Description | 
|---|---|---|
| UPIPE_QT_HTML_SENTINEL | 0 | |
| UPIPE_QT_HTML_GET_URL | 1 | |
| UPIPE_QT_HTML_SET_URL | 2 | |
| UPIPE_QT_HTML_SET_SIZE | 3 | |
| UPIPE_QT_HTML_GET_SIZE | 4 | |
| UPIPE_QT_HTML_SET_FRAMERATE | 5 | |
| UPIPE_QT_HTML_GET_FRAMERATE | 6 | 
int upipe_qt_html_get_framerate(struct upipe *upipe, int fr)
This function is declared in upipe-qt/upipe_qt_html.h source file, line 133.
This function return the framerate of the pic.
Parameters 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)
This function is declared in upipe-qt/upipe_qt_html.h source file, line 107.
This function return the position of the sub.
Parameters 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)
This function is declared in upipe-qt/upipe_qt_html.h source file, line 66.
This function returns the url
Parameters 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 )
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)
This function is declared in upipe-qt/upipe_qt_html.h source file, line 120.
This function sets the framerate of the pic.
Parameters 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)
This function is declared in upipe-qt/upipe_qt_html.h source file, line 93.
This function sets the size of the pic.
Parameters 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)
This function is declared in upipe-qt/upipe_qt_html.h source file, line 79.
This function returns the url
Parameters list:
- upipe: description structure of the pipe
 - url: filled with current url
 
The return value is an error code