Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Windows Store apps only
Sets the seconds after first chunk to start playing at when tuning to left edge, when tuning to live.
Syntax
public void SetLiveBeginOffsetSec(
uint liveBeginOffsetSec
)
public:
virtual void SetLiveBeginOffsetSec(
[InAttribute] unsigned int liveBeginOffsetSec
) sealed
public final function SetLiveBeginOffsetSec(
liveBeginOffsetSec : uint
)
Parameters
liveBeginOffsetSec
Type: System.UInt32The begin offset value in seconds. The value should be between zero and the max value for a UInt32 data type; however, it should not exceed the DVR window length. The default value is 6 seconds.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Not Supported |
Metadata |
Microsoft.Media.AdaptiveStreaming.winmd |