ISBE2MediaTypeProfile::DeleteStream method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Removes a stream from a media type profile.

Syntax

HRESULT DeleteStream(
  [in] DWORD Index
);

Parameters

[in] Index

The index of the stream to remove. To get the number of the streams in the profile, call the ISBE2MediaTypeProfile::GetStreamCount method.

Return value

This method can return one of these values.

Return code Description
S_OK
The method succeeded.
E_INVALIDARG
Invalid parameter.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h
DLL Sbe.dll

See also

ISBE2MediaTypeProfile