Update access to isDynamic attribute
Created by: nicosang
Hi,
this PR has to centralize dynamic attribute of a manifest. In my opinion, isDynamic could not be an attribute of ScheduleController, nor DashHandler. There is, at the end, only two way to access this attribute :
-
from PlaybackController
-
from accessors of StreamProcessor, which manipulate manifestInfo vo.
Nicolas