PlayerStateInfo.StateStartTime Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the time when the media player entered the current state.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property StateStartTime As DateTime
Get
Private Set
'Usage
Dim instance As PlayerStateInfo
Dim value As DateTime
value = instance.StateStartTime
public DateTime StateStartTime { get; private set; }
public:
property DateTime StateStartTime {
DateTime get ();
private: void set (DateTime value);
}
function get StateStartTime () : DateTime
private function set StateStartTime (value : DateTime)
Property Value
Type: System.DateTime
A DateTime object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).