ffmpeg_sidecar

Macro pipe_name

Source
macro_rules! pipe_name {
    ($name:expr) => { ... };
}
Available on crate feature named_pipes only.
Expand description

On Windows, prepend the pipe name with \\.\pipe\. On Unix, return the name as-is.