TimedMetadataTrack.RemoveCue(IMediaCue) Method

Definition

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.

Applies to