Closed
Description
Part of #206
Background
AudioTrack and VideoTrack both have partial-pub fields with types specific to them.
Problem to solve
Because of these pub fields refactoring can't be done correctly without breaking compatibility.
Possible solutions
Change visibility for partial-pub fields to private and add getters for them.