TimedMetadataTrack.RemoveCue(IMediaCue) 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.
Removes the specified media cue from the TimedMetadataTrack.
public:
virtual void RemoveCue(IMediaCue ^ cue) = RemoveCue;
void RemoveCue(IMediaCue const& cue);
public void RemoveCue(IMediaCue cue);
function removeCue(cue)
Public Sub RemoveCue (cue As IMediaCue)
Parameters
- cue
- IMediaCue
The media cue to remove.