UNPKG

@tmigone/pulseaudio

Version:

A TypeScript based client library for PulseAudio.

17 lines (16 loc) 744 B
import { PATag, PATagType } from './tags/common'; import PAU32 from './tags/u32'; import PAArbitrary from './tags/arbitrary'; import PABoolean from './tags/boolean'; import PAString from './tags/string'; import PAProp from './tags/prop'; import PAPropList from './tags/propList'; import PASampleSpec from './tags/sampleSpec'; import PAChannelMap from './tags/channelMap'; import PAChannelVolume from './tags/channelVolume'; import PAUsec from './tags/usec'; import PAVolume from './tags/volume'; import PAFormat from './tags/format'; import PAU8 from './tags/u8'; export { PATag, PATagType }; export { PAArbitrary, PABoolean, PAU32, PAString, PAProp, PAPropList, PASampleSpec, PAChannelMap, PAChannelVolume, PAUsec, PAVolume, PAFormat, PAU8 };