Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. PA_MODULE_USAGE(
  2. "name=<name of the sink, to be prefixed> "
  3. "sink_name=<name for the sink> "
  4. "sink_properties=<properties for the sink> "
  5. "server=<address> "
  6. "protocol=<transport protocol> "
  7. "encryption=<encryption type> "
  8. "codec=<audio codec> "
  9. "format=<sample format> "
  10. "rate=<sample rate> "
  11. "channels=<number of channels> "
  12. "username=<authentication user name, default: \"iTunes\"> "
  13. "password=<authentication password>");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement