![]() |
libklvanc
|
Application specific context, the library allocates and stores user specific instance information. More...
#include <vanc.h>
Public Attributes | |
| int | verbose |
| int | allow_bad_checksums |
| struct klvanc_callbacks_s * | callbacks |
| void * | callback_context |
| int | warn_on_decode_failure |
| void(* | log_cb )(void *p, int level, const char *fmt,...) |
| void * | priv |
| struct klrestricted_code_path_block_s | rcp_failedToDecode |
| unsigned int | checksum_failures |
| struct klvanc_cache_s * | cacheLines |
| struct klvanc_packet_header_s * | scte104_fragments [LIBKLVANC_SCTE104_MAX_FRAGMENTS] |
| int | scte104_fragment_count |
Application specific context, the library allocates and stores user specific instance information.
| int klvanc_context_s::allow_bad_checksums |
defaults to false. If true, any frames with bad CRCS are not ignored, they are passed via callback to application.
| int klvanc_context_s::warn_on_decode_failure |
defaults to false. If true, framework will warn every 60 seconds when it discovered an unsupported DID.
1.8.10