upipe-ts/uref_ts_scte35.h header reference
Upipe uref attributes for TS SCTE 35 More
Header inclusion [link]
Members [link]
Functions [link]
- int uref_ts_scte35_add_desc(struct uref *uref, struct uref *desc)
- int uref_ts_scte35_cmp_auto_return(struct uref *uref1, struct uref *uref2)
- int uref_ts_scte35_cmp_cancel(struct uref *uref1, struct uref *uref2)
- int uref_ts_scte35_cmp_command_type(struct uref *uref1, struct uref *uref2)
- int uref_ts_scte35_cmp_event_id(struct uref *uref1, struct uref *uref2)
- int uref_ts_scte35_cmp_out_of_network(struct uref *uref1, struct uref *uref2)
- int uref_ts_scte35_cmp_unique_program_id(struct uref *uref1, struct uref *uref2)
- int uref_ts_scte35_copy_auto_return(struct uref *uref, struct uref *uref_src)
- int uref_ts_scte35_copy_cancel(struct uref *uref, struct uref *uref_src)
- int uref_ts_scte35_copy_command_type(struct uref *uref, struct uref *uref_src)
- int uref_ts_scte35_copy_event_id(struct uref *uref, struct uref *uref_src)
- int uref_ts_scte35_copy_message(struct uref *uref, struct uref *uref_src)
- int uref_ts_scte35_copy_out_of_network(struct uref *uref, struct uref *uref_src)
- int uref_ts_scte35_copy_unique_program_id(struct uref *uref, struct uref *uref_src)
- int uref_ts_scte35_delete_auto_return(struct uref *uref)
- int uref_ts_scte35_delete_cancel(struct uref *uref)
- int uref_ts_scte35_delete_command_type(struct uref *uref)
- int uref_ts_scte35_delete_event_id(struct uref *uref)
- int uref_ts_scte35_delete_message(struct uref *uref)
- int uref_ts_scte35_delete_out_of_network(struct uref *uref)
- int uref_ts_scte35_delete_unique_program_id(struct uref *uref)
- int uref_ts_scte35_desc_get_seg(struct uref *uref, const uint8_t **desc_p, size_t *len_p, uint64_t at)
- int uref_ts_scte35_desc_get_splice(struct uref *uref, const uint8_t **desc_p, size_t *len_p, uint64_t at)
- struct uref * uref_ts_scte35_extract_desc(struct uref *uref, uint64_t descriptor)
- int uref_ts_scte35_get_auto_return(struct uref *uref)
- int uref_ts_scte35_get_cancel(struct uref *uref)
- int uref_ts_scte35_get_command_type(struct uref *uref, uint8_t *p)
- int uref_ts_scte35_get_event_id(struct uref *uref, uint64_t *p)
- int uref_ts_scte35_get_message(struct uref *uref, const uint8_t **p, size_t *size_p)
- int uref_ts_scte35_get_out_of_network(struct uref *uref)
- int uref_ts_scte35_get_unique_program_id(struct uref *uref, uint64_t *p)
- int uref_ts_scte35_match_command_type(struct uref *uref, uint8_t min, uint8_t max)
- int uref_ts_scte35_match_event_id(struct uref *uref, uint64_t min, uint64_t max)
- int uref_ts_scte35_match_unique_program_id(struct uref *uref, uint64_t min, uint64_t max)
- int uref_ts_scte35_set_auto_return(struct uref *uref)
- int uref_ts_scte35_set_cancel(struct uref *uref)
- int uref_ts_scte35_set_command_type(struct uref *uref, uint8_t v)
- int uref_ts_scte35_set_event_id(struct uref *uref, uint64_t v)
- int uref_ts_scte35_set_message(struct uref *uref, const uint8_t *v, size_t size)
- int uref_ts_scte35_set_message_from_hex(struct uref *uref, const char *v)
- int uref_ts_scte35_set_out_of_network(struct uref *uref)
- int uref_ts_scte35_set_unique_program_id(struct uref *uref, uint64_t v)
Description [link]
Upipe uref attributes for TS SCTE 35
Members detail [link]
#define _UPIPE_TS_UREF_TS_SCTE35_H_ [link]
This macro is declared in upipe-ts/uref_ts_scte35.h source file, line 31.
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 83.
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.
This function compares the auto return indicator attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.
This function compares the cancel indicator attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.
This function compares the command type attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 46.
This function compares the event ID attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.
This function compares the out of network indicator attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 53.
This function compares the unique program ID attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.
This function copies the auto return indicator attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.
This function copies the cancel indicator attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.
This function copies the command type attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 46.
This function copies the event ID attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.
This function copies the original message attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.
This function copies the out of network indicator attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 53.
This function copies the unique program ID attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.
This function deletes a auto return indicator attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.
This function deletes a cancel indicator attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.
This function deletes the command type attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 46.
This function deletes the event ID attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.
This function deletes the original message attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.
This function deletes a out of network indicator attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 53.
This function deletes the unique program ID attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
int uref_ts_scte35_desc_get_seg(struct uref *uref, const uint8_t **desc_p, size_t *len_p, uint64_t at) [link]
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 79.
This function extracts a segmentation descriptor and checks its validity.
Parameter list:
- uref: uref describing time signal event
- desc_p: pointer filled with descriptor
- len_p: pointer filled with descriptor length
- at: index of the descriptor to extract
The return value is an error code
int uref_ts_scte35_desc_get_splice(struct uref *uref, const uint8_t **desc_p, size_t *len_p, uint64_t at) [link]
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 66.
This function extracts a splice descriptor and checks its validity.
Parameter list:
- uref: uref describing time signal event
- desc_p: pointer filled with descriptor
- desc_len_p: pointer filled with descriptor length
- at: index of the descriptor to extract
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 82.
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.
This function returns the presence of a auto return indicator attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.
This function returns the presence of a cancel indicator attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.
This function returns the command type attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 46.
This function returns the event ID attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.
This function returns the original message attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
- size_p: filled in with the size of the value
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.
This function returns the presence of a out of network indicator attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 53.
This function returns the unique program ID attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.
This function compares the command type attribute to given values.
Parameter list:
- uref: pointer to the uref
- min: minimum value
- max: maximum value
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 46.
This function compares the event ID attribute to given values.
Parameter list:
- uref: pointer to the uref
- min: minimum value
- max: maximum value
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 53.
This function compares the unique program ID attribute to given values.
Parameter list:
- uref: pointer to the uref
- min: minimum value
- max: maximum value
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.
This function sets a auto return indicator attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.
This function sets a cancel indicator attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.
This function sets the command type attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 46.
This function sets the event ID attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.
This function sets the original message attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
- size: size of the value
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.
This function sets the original message attribute of a uref, from an hexadecimal string.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.
This function sets a out of network indicator attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-ts/uref_ts_scte35.h source file, line 53.
This function sets the unique program ID attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code