इसके माध्यम से साझा किया गया


MediaSourceStateChangedEventArgs.OldState Property

Definition

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.

Applies to