© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
41 replies
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
static string trackFormat = "PProAE/Exchange/TrackItem";
static string trackFormat = "PProAE/Exchange/TrackItem";


And line 98
MemoryStream trackItem = (MemoryStream)Clipboard.GetData(trackFormat);
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
PremiereClipboard/PremiereClipboard/Program.cs at master · sebinsid...
Working with Adobe Premiere Clip(board)s. Without bullshit. - sebinside/PremiereClipboard
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Can someone explain how this works?
C#CC# / help
5mo ago
✅ Can someone explain how this ternary expression works
C#CC# / help
13mo ago
Can someone explain to me how this works
C#CC# / help
3y ago
Can someone explain how I use MQTTnet and how MQTT in general works?
C#CC# / help
3y ago