PA_NSEC_PER_MSEC

The number of nanoseconds in a millisecond

version(linux)
extern (C)
enum PA_NSEC_PER_MSEC = cast(ulong)1000000;

Meta