Fallen
Fallen
CC#
Created by Fallen on 12/9/2023 in #help
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";
c#
static string trackFormat = "PProAE/Exchange/TrackItem";
And line 98
c#
MemoryStream trackItem = (MemoryStream)Clipboard.GetData(trackFormat);
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?
42 replies