mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Update PipeHelpers.cs
This commit is contained in:
parent
6460f3cc20
commit
abc7d9463a
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