Audio file or device URI.
More...
#include <io_uri.h>
|
| enum | { MaxLength = 1280
} |
| |
|
| char | scheme [16] |
| | URI scheme. May be "file" or device type, e.g. "alsa". More...
|
| |
| char | path [1024] |
| | URI path. May be device name or file path depending on scheme. More...
|
| |
Audio file or device URI.
Definition at line 21 of file io_uri.h.
◆ IoURI()
| roc::address::IoURI::IoURI |
( |
| ) |
|
◆ is_empty()
| bool roc::address::IoURI::is_empty |
( |
| ) |
const |
Returns true if the URI is empty.
◆ is_file()
| bool roc::address::IoURI::is_file |
( |
| ) |
const |
Returns true if the scheme is "file".
◆ is_special_file()
| bool roc::address::IoURI::is_special_file |
( |
| ) |
const |
Returns true if the scheme is "file" and the path is "-".
◆ path
| char roc::address::IoURI::path[1024] |
URI path. May be device name or file path depending on scheme.
Definition at line 45 of file io_uri.h.
◆ scheme
| char roc::address::IoURI::scheme[16] |
URI scheme. May be "file" or device type, e.g. "alsa".
Definition at line 41 of file io_uri.h.
The documentation for this struct was generated from the following file: