SmoothStreamingMediaElement.ClipPreloadTime 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 ClipPreloadTime property.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property ClipPreloadTime As TimeSpan
Get
Set
'Usage
Dim instance As SmoothStreamingMediaElement
Dim value As TimeSpan
value = instance.ClipPreloadTime
instance.ClipPreloadTime = value
public TimeSpan ClipPreloadTime { get; set; }
public:
property TimeSpan ClipPreloadTime {
TimeSpan get ();
void set (TimeSpan value);
}
function get ClipPreloadTime () : TimeSpan
function set ClipPreloadTime (value : TimeSpan)
Property Value
Type: System.TimeSpan
A TimeSpan 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
SmoothStreamingMediaElement Class