This topic has not yet been rated - Rate this topic

IMFASFStreamConfig::GetStreamType method

Gets the major media type of the stream.

Syntax


HRESULT GetStreamType(
  [out]  GUID *pguidStreamType
);

Parameters

pguidStreamType [out]

Receives the major media type for the stream. For a list of possible values, see Major Media Types.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Wmcontainer.h

Library

Mfuuid.lib

See also

IMFASFStreamConfig
IMFMediaType

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.