Frames-Proj / frames

6 stars 6 forks source link

Updated VideoThumbnail to accept raw parts as well as simply an XorName #112

Closed ethanpailes closed 7 years ago

ethanpailes commented 7 years ago

This adds a tagged union called VTArg which becomes the sole property of VideoThumbnail, replacing xorName. VTArg has a smart constructor, so it should be very smooth to use either option. All the old uses of VideoThumbnail have been updated to reflect the changes.

ethanpailes commented 7 years ago

I feel like VTArg and the arg property could be a little better named, but I'm running short on inspiration.