#include <stdint.h>
#include "export.h"
Go to the source code of this file.
Typedefs | |
typedef enum dvdid_status_e | dvdid_status_t |
Enumerations | |
enum | dvdid_status_e { DVDID_STATUS_OK = 0, DVDID_STATUS_MALLOC_ERROR, DVDID_STATUS_PLATFORM_UNSUPPORTED, DVDID_STATUS_READ_VIDEO_TS_ERROR, DVDID_STATUS_READ_VMGI_ERROR, DVDID_STATUS_READ_VTS01I_ERROR } |
Functions | |
dvdid_status_t | dvdid_calculate (uint64_t *dvdid, const char *dvdpath, int *errn) |
typedef enum dvdid_status_e dvdid_status_t |
enum dvdid_status_e |
dvdid_status_t dvdid_calculate | ( | uint64_t * | dvdid, | |
const char * | dvdpath, | |||
int * | errn | |||
) |