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
Gets the last chunk iterator within the specified time range.
Syntax
public IChunkIter GetIterator(
long minTime,
long time
)
public:
virtual IChunkIter^ GetIterator(
[InAttribute] long long minTime,
[InAttribute] long long time
) sealed
public final function GetIterator(
minTime : long,
time : long
) : IChunkIter
Parameters
minTime
Type: System.Int64time
Type: System.Int64
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 |