MseStreamSource.AddSourceBuffer(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a source buffer to the stream source.
public:
virtual MseSourceBuffer ^ AddSourceBuffer(Platform::String ^ mimeType) = AddSourceBuffer;
MseSourceBuffer AddSourceBuffer(winrt::hstring const& mimeType);
public MseSourceBuffer AddSourceBuffer(string mimeType);
function addSourceBuffer(mimeType)
Public Function AddSourceBuffer (mimeType As String) As MseSourceBuffer
Parameters
- mimeType
-
String
Platform::String
winrt::hstring
A string that describes the source buffer's MIME type.
Returns
The MseSourceBuffer object for the source buffer added.