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_MODULES_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_SENTINEL0
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)  

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

Valid XHTML 1.0 StrictGenerated by cmassiot on Thu Nov 6 12:15:28 2014 using MkDoc