SmoothStreamingSeekToLiveEventArgs.SuggestedLivePosition 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 SuggestedLivePosition property.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property SuggestedLivePosition As Double
Get
Set
'Usage
Dim instance As SmoothStreamingSeekToLiveEventArgs
Dim value As Double
value = instance.SuggestedLivePosition
instance.SuggestedLivePosition = value
public double SuggestedLivePosition { get; set; }
public:
property double SuggestedLivePosition {
double get ();
void set (double value);
}
function get SuggestedLivePosition () : double
function set SuggestedLivePosition (value : double)
Property Value
Type: System.Double
A Double floating-point numeric 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).
See Also
Reference
SmoothStreamingSeekToLiveEventArgs Class