IManifestStream.GetChunkInfoAsync Method

Applies to: Windows Store apps only

Gets the chunk info of the given chunk iterator through async call.

Syntax

IAsyncOperation<ChunkInfo> GetChunkInfoAsync(
IChunkIter pChunkIter
)
IAsyncOperation<ChunkInfo>^ GetChunkInfoAsync(
[InAttribute] IChunkIter^ pChunkIter
)
function GetChunkInfoAsync(
pChunkIter : IChunkIter
) : IAsyncOperation<ChunkInfo>

Parameters

  • pChunkIter
    [in] The pointer to the chunk iterator.

  • ppAsyncInfo
    [out] The async operation result.

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