upipe-modules/upipe_videocont.h header reference

Upipe module video continuity More

Header inclusion  

Members  

Types  

Functions  

Description  

Upipe module video continuity

Members detail  

#define UPIPE_VIDEOCONT_SIGNATURE  

This macro is declared in upipe-modules/upipe_videocont.h source file, line 39.

#define UPIPE_VIDEOCONT_SUB_SIGNATURE  

This macro is declared in upipe-modules/upipe_videocont.h source file, line 40.

#define _UPIPE_MODULES_UPIPE_VIDEOCONT_H_  

This macro is declared in upipe-modules/upipe_videocont.h source file, line 32.

enum upipe_videocont_command  

This enum is declared in upipe-modules/upipe_videocont.h source file, line 45.

This enum extends upipe_command with specific commands for upipe_videocont pipes.

IdentifierValueDescription
UPIPE_VIDEOCONT_SENTINELUPIPE_CONTROL_LOCAL
UPIPE_VIDEOCONT_GET_CURRENT_INPUTunknownreturns the current input name if any (const char **)
UPIPE_VIDEOCONT_GET_INPUTunknownreturns the (next) input name (const char **)
UPIPE_VIDEOCONT_SET_INPUTunknownsets the grid input by its name (const char *)
UPIPE_VIDEOCONT_GET_TOLERANCEunknownreturns the current pts tolerance (int *)
UPIPE_VIDEOCONT_SET_TOLERANCEunknownsets the pts tolerance (int)
UPIPE_VIDEOCONT_GET_LATENCYunknownreturns the current pts latency (uint64_t *)
UPIPE_VIDEOCONT_SET_LATENCYunknownsets the pts latency (uint64_t)

int upipe_videocont_get_current_input(struct upipe *upipe, const char **name_p)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 81.

This function returns the current input name if any.

Parameter list:

  • upipe: description structure of the pipe
  • name_p: filled with current input name pointer or NULL

The return value is an error code

int upipe_videocont_get_input(struct upipe *upipe, const char **name_p)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 94.

This function returns the (next) input name.

Parameter list:

  • upipe: description structure of the pipe
  • name_p: filled with (next) input name pointer or NULL

The return value is an error code

int upipe_videocont_get_latency(struct upipe *upipe, uint64_t *latency_p)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 146.

This function returns the current pts latency.

Parameter list:

  • upipe: description structure of the pipe
  • latency_p: filled with current pts latency

The return value is an error code

int upipe_videocont_get_tolerance(struct upipe *upipe, uint64_t *tolerance_p)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 120.

This function returns the current pts tolerance.

Parameter list:

  • upipe: description structure of the pipe
  • tolerance_p: filled with current pts tolerance

The return value is an error code

struct upipe_mgr * upipe_videocont_mgr_alloc(void )  

This function is declared in upipe-modules/upipe_videocont.h source file, line 179.

This function returns the management structure for all ts_join pipes.

The return value is pointer to manager

int upipe_videocont_set_input(struct upipe *upipe, const char *name)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 107.

This function sets the grid input by its name.

Parameter list:

  • upipe: description structure of the pipe
  • name: input name

The return value is an error code

int upipe_videocont_set_latency(struct upipe *upipe, uint64_t latency)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 159.

This function sets the pts latency.

Parameter list:

  • upipe: description structure of the pipe
  • latency: pts latency

The return value is an error code

int upipe_videocont_set_tolerance(struct upipe *upipe, uint64_t tolerance)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 133.

This function sets the pts tolerance.

Parameter list:

  • upipe: description structure of the pipe
  • tolerance: pts tolerance

The return value is an error code

enum upipe_videocont_sub_command  

This enum is declared in upipe-modules/upipe_videocont.h source file, line 66.

This enum extends upipe_command with specific commands for upipe_videocont subpipes.

IdentifierValueDescription
UPIPE_VIDEOCONT_SUB_SENTINELUPIPE_CONTROL_LOCAL
UPIPE_VIDEOCONT_SUB_SET_INPUTunknownThis sets a videocont subpipe as its grandpipe input ()

int upipe_videocont_sub_set_input(struct upipe *upipe)  

This function is declared in upipe-modules/upipe_videocont.h source file, line 170.

This function sets a videocont subpipe as its grandpipe input.

Parameter list:

  • upipe: description structure of the (sub)pipe

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:18 2018 using MkDoc