Wasabi ExpressPlay SDK for Embedded Systems  1.10
Macros
Ts2Results.h File Reference
#include "Atomix.h"

Go to the source code of this file.

Macros

#define TS2_ERROR_BASE   (-120000)
 
#define TS2_ERROR_INVALID_SYNC_BYTE   (TS2_ERROR_BASE - 1)
 
#define TS2_ERROR_NEED_MORE_DATA   (TS2_ERROR_BASE - 2)
 
#define TS2_ERROR_INVALID_SECTION_HEADER   (TS2_ERROR_BASE - 3)
 
#define TS2_ERROR_INVALID_SIZE   (TS2_ERROR_BASE - 4)
 
#define TS2_ERROR_INVALID_TABLE_ID   (TS2_ERROR_BASE - 5)
 
#define TS2_ERROR_NO_PROGRAM_AVAILABLE   (TS2_ERROR_BASE - 6)
 
#define TS2_ERROR_PES_INCOMPLETE_PACKET   (TS2_ERROR_BASE - 7)
 
#define TS2_ERROR_PES_UNBOUNDED_COMPLETION   (TS2_ERROR_BASE - 8)
 
#define TS2_ERROR_INVALID_VERSION   (TS2_ERROR_BASE - 9)
 
#define TS2_ERROR_NOT_BBTS_PROTECTED   (TS2_ERROR_BASE - 10)
 
#define TS2_ERROR_INVALID_DATA   (TS2_ERROR_BASE - 11)
 
#define TS2_ERROR_DECRYPTION_FAILED   (TS2_ERROR_BASE - 12)
 
#define TS2_ERROR_CRC_MISMATCH   (TS2_ERROR_BASE - 13)
 
#define TS2_ERROR_DECRYPTER_NOT_READY   (TS2_ERROR_BASE - 14)
 
#define TS2_ERROR_MAC_MISMATCH   (TS2_ERROR_BASE - 15)
 
#define TS2_ERROR_PRNG_FAILED   (TS2_ERROR_BASE - 16)
 
#define TS2_ERROR_INVALID_CONTENT_ID   (TS2_ERROR_BASE - 17)
 

Macro Definition Documentation

#define TS2_ERROR_BASE   (-120000)
#define TS2_ERROR_CRC_MISMATCH   (TS2_ERROR_BASE - 13)
#define TS2_ERROR_DECRYPTER_NOT_READY   (TS2_ERROR_BASE - 14)
#define TS2_ERROR_DECRYPTION_FAILED   (TS2_ERROR_BASE - 12)
#define TS2_ERROR_INVALID_CONTENT_ID   (TS2_ERROR_BASE - 17)
#define TS2_ERROR_INVALID_DATA   (TS2_ERROR_BASE - 11)
#define TS2_ERROR_INVALID_SECTION_HEADER   (TS2_ERROR_BASE - 3)
#define TS2_ERROR_INVALID_SIZE   (TS2_ERROR_BASE - 4)
#define TS2_ERROR_INVALID_SYNC_BYTE   (TS2_ERROR_BASE - 1)
#define TS2_ERROR_INVALID_TABLE_ID   (TS2_ERROR_BASE - 5)
#define TS2_ERROR_INVALID_VERSION   (TS2_ERROR_BASE - 9)
#define TS2_ERROR_MAC_MISMATCH   (TS2_ERROR_BASE - 15)
#define TS2_ERROR_NEED_MORE_DATA   (TS2_ERROR_BASE - 2)
#define TS2_ERROR_NO_PROGRAM_AVAILABLE   (TS2_ERROR_BASE - 6)
#define TS2_ERROR_NOT_BBTS_PROTECTED   (TS2_ERROR_BASE - 10)
#define TS2_ERROR_PES_INCOMPLETE_PACKET   (TS2_ERROR_BASE - 7)
#define TS2_ERROR_PES_UNBOUNDED_COMPLETION   (TS2_ERROR_BASE - 8)
#define TS2_ERROR_PRNG_FAILED   (TS2_ERROR_BASE - 16)