C#C
C#3y ago
Fallen

Can someone explain this variable and how this works?

I'm looking over this code
https://github.com/sebinside/PremiereClipboard/blob/master/PremiereClipboard/Program.cs


In line 13
c#
static string trackFormat = "PProAE/Exchange/TrackItem";


And line 98
c#
MemoryStream trackItem = (MemoryStream)Clipboard.GetData(trackFormat);


I'm having trouble understanding this variable and how it is derived to be able to copy the clipboard, Could anyone explain this to me?
GitHub
Working with Adobe Premiere Clip(board)s. Without bullshit. - sebinside/PremiereClipboard
Was this page helpful?