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 | UPIPE_CONTROL_LOCAL | |
UPIPE_QT_HTML_GET_URL | unknown | |
UPIPE_QT_HTML_SET_URL | unknown | |
UPIPE_QT_HTML_SET_SIZE | unknown | |
UPIPE_QT_HTML_GET_SIZE | unknown | |
UPIPE_QT_HTML_SET_FRAMERATE | unknown | |
UPIPE_QT_HTML_GET_FRAMERATE | unknown |
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
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
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
This function is declared in upipe-qt/upipe_qt_html.h source file, line 40.
This function returns the management structure for html pipes.
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
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
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