PlaybackMediaMarkerSequence.Insert(PlaybackMediaMarker) 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 PlaybackMediaMarker to the sequence in its ordered position.
public:
virtual void Insert(PlaybackMediaMarker ^ value) = Insert;
void Insert(PlaybackMediaMarker const& value);
public void Insert(PlaybackMediaMarker value);
function insert(value)
Public Sub Insert (value As PlaybackMediaMarker)
Parameters
- value
- PlaybackMediaMarker
The media marker to insert into the sequence.