MediaSource.CreateFromMseStreamSource(MseStreamSource) 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.
Creates an instance of MediaSource from the provided MseStreamSource.
public:
static MediaSource ^ CreateFromMseStreamSource(MseStreamSource ^ mediaSource);
static MediaSource CreateFromMseStreamSource(MseStreamSource const& mediaSource);
public static MediaSource CreateFromMseStreamSource(MseStreamSource mediaSource);
function createFromMseStreamSource(mediaSource)
Public Shared Function CreateFromMseStreamSource (mediaSource As MseStreamSource) As MediaSource
Parameters
- mediaSource
- MseStreamSource
The MediaStreamSource from which the MediaSource is created.
Returns
The new media source.