PA_NSEC_PER_SEC

The number of nanoseconds in a second

version(linux)
extern (C)
enum PA_NSEC_PER_SEC = cast(ulong)1000000000;

Meta