List devices
DEV
Edit accounts
| # Download in m4a format | |
| --format="ba" | |
| --extract-audio | |
| --audio-format m4a | |
| # Continue downloading if the download failed previously | |
| --continue | |
| --no-overwrites | |
| # Set track number, album name, and artist name metadata tags |
| using System; | |
| class PackingBits | |
| { | |
| static void Main(string[] args) | |
| { | |
| // say you have this data: | |
| byte byteA = 7; | |
| byte byteB = 5; | |
| ushort someNumber = 1500; |