upipe-qt/upipe_qt_html.h header reference

Header inclusion  

Members  

Type  

Functions  

Members detail  

#define UPIPE_QT_HTML_SIGNATURE  

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

#define _UPIPE_QT_UPIPE_QT_HTML_H_  

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

enum upipe_qt_html_command  

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

IdentifierValueDescription
UPIPE_QT_HTML_SENTINELUPIPE_CONTROL_LOCAL
UPIPE_QT_HTML_GET_URLunknown
UPIPE_QT_HTML_SET_URLunknown
UPIPE_QT_HTML_SET_SIZEunknown
UPIPE_QT_HTML_GET_SIZEunknown
UPIPE_QT_HTML_SET_FRAMERATEunknown
UPIPE_QT_HTML_GET_FRAMERATEunknown

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.

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)  

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)  

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 )  

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.

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)  

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)  

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 Fri Feb 2 23:57:19 2018 using MkDoc