MediaSourceStateChangedEventArgs.OldState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the previous state of the MediaSource before the state changed.
public:
property MediaSourceState OldState { MediaSourceState get(); };
MediaSourceState OldState();
public MediaSourceState OldState { get; }
var mediaSourceState = mediaSourceStateChangedEventArgs.oldState;
Public ReadOnly Property OldState As MediaSourceState
Property Value
The previous state of the MediaSource before the state changed.