ISBE2Crossbar::GetInitialProfile Method

[This documentation is preliminary and is subject to change.]
Gets the initial profile of all pins that exist on the Stream Buffer Engine 2 (SBE2) sink filter over which the streams were captured. This profile is fixed and does not change while the filter exists. The filter stores the profile as a spanning event in the stream.

Syntax

HRESULT GetInitialProfile(
  [out]  ISBE2MediaTypeProfile **ppProfile
);

Parameters

  • ppProfile [out]
    Pointer to an ISBE2MediaTypeProfile interface for the object that gets the profile. This method allocates memory for the media type profile object by calling AddRef and returns a pointer to the object in this parameter. The caller is responsible for freeing that memory by calling Release..

Return Value

Returns an HRESULT value. Possible values include the following:

Return value Description

E_POINTER

Null pointer.

E_INVALIDARG

Invalid argument.

S_OK

Success.

Requirements

Client Requires Windows 7.
IDL Declared in Sbe.idl.

See Also

ISBE2Crossbar
ISBE2MediaTypeProfile
ISBE2SpanningEvent

Send comments about this topic to Microsoft

Build date: 12/4/2008