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 buffer delay in seconds before playback starts.
Syntax
public void SetBufferDelaySec(
float bufferDelaySec
)
public:
virtual void SetBufferDelaySec(
[InAttribute] float bufferDelaySec
) sealed
public final function SetBufferDelaySec(
bufferDelaySec : float
)
Parameters
- bufferDelaySec
The delay buffer size value in seconds. The value should be between 0.5 and 6. The default value is one second.
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 |