upipe-amt/upipe_amt_source.h header reference

Upipe source module for automatic multicat tunneling More

Header inclusion  

Members  

Type  

Functions  

Description  

Upipe source module for automatic multicat tunneling

Members detail  

#define UPIPE_AMTSRC_SIGNATURE  

This macro is declared in upipe-amt/upipe_amt_source.h source file, line 38.

#define _UPIPE_AMT_UPIPE_AMT_SOURCE_H_  

This macro is declared in upipe-amt/upipe_amt_source.h source file, line 31.

struct upipe_mgr * upipe_amtsrc_mgr_alloc(const char *amt_relay)  

This function is declared in upipe-amt/upipe_amt_source.h source file, line 46.

This function returns the management structure for all amtsrc pipes.

Parameter list:

  • amt_relay: IP of the AMT relay

The return value is pointer to manager

enum upipe_amtsrc_mgr_command  

This enum is declared in upipe-amt/upipe_amt_source.h source file, line 49.

This enum extends upipe_mgr_command with specific commands for amtsrc.

IdentifierValueDescription
UPIPE_AMTSRC_MGR_SENTINELUPIPE_MGR_CONTROL_LOCAL
UPIPE_AMTSRC_MGR_SET_TIMEOUTunknownsets the timeout to switch to AMT (unsigned int)

int upipe_amtsrc_mgr_set_timeout(struct upipe_mgr *mgr, unsigned int timeout)  

This function is declared in upipe-amt/upipe_amt_source.h source file, line 64.

This function sets the timeout to switch from SSM to AMT.

Parameter list:

  • mgr: pointer to manager
  • timeout: timeout in seconds

The return value is an error code

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