This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
#ifndef _XPTRDEFS_H
|
|
#define _XPTRDEFS_H
|
|
#if __GNUC__ >= 3
|
|
#pragma GCC system_header
|
|
#endif
|
|
|
|
/*--- DirectShow Reference - DirectShow Structures - TIMECODE_SAMPLE Structure */
|
|
#define ED_DEVCAP_ATN_READ 0x13B7
|
|
#define ED_DEVCAP_RTC_READ 0x13BA
|
|
|
|
#endif
|