You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use the Frame class to process and handle binary frames, and the non-binary object itself. Ideally, the binary should be processed in another class, that would process the binary data, and output a non-binary Frame object. This would ensure consistent methods and behavior within the Frame class, by processing data outside of it, then handling processed data to the class. (Thanks Pesticide <3)
The text was updated successfully, but these errors were encountered:
folliked
added this to the
Improve and Clean the Frame Class milestone
Oct 31, 2016
Currently, we use the Frame class to process and handle binary frames, and the non-binary object itself. Ideally, the binary should be processed in another class, that would process the binary data, and output a non-binary Frame object. This would ensure consistent methods and behavior within the Frame class, by processing data outside of it, then handling processed data to the class. (Thanks Pesticide <3)
The text was updated successfully, but these errors were encountered: