mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
parent
008da5c9dd
commit
5623119b35
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace FFMpegCore.Pipes
|
|||
{
|
||||
static class PipeHelpers
|
||||
{
|
||||
public static string GetUnqiuePipeName() => $"FFMpegCore_{Guid.NewGuid()}";
|
||||
public static string GetUnqiuePipeName() => $"FFMpegCore_{Guid.NewGuid().ToString("N").Substring(0, 5)}";
|
||||
|
||||
public static string GetPipePath(string pipeName)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue