TimedMetadataTrack.AddCue(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.
Adds the specified media cue to the TimedMetadataTrack.
public:
virtual void AddCue(IMediaCue ^ cue) = AddCue;
void AddCue(IMediaCue const& cue);
public void AddCue(IMediaCue cue);
function addCue(cue)
Public Sub AddCue (cue As IMediaCue)
Parameters
- cue
- IMediaCue
The media cue to add.