Edit and Delete Events in the Stream

[This is preliminary documentation and subject to change.]

Authoring an enhancement stream often requires the user to make alterations to the stream. These corrections may be due to a changing format for the show, errors discovered during testing, or the need to stay within a budgeted bandwidth.

Your authoring tool should provide a way for users to delete or change the properties of stream events.

If you are using the stream compiler objects to build your authoring tool, you can edit an event by locating its corresponding EnhEvent object in the EnhEvents collection and changing the values of its properties. To delete an event, call the EnhEvent.Delete method of the event the application is deleting.

For more information on using the stream compiler objects to edit or delete events from the stream, see Locating an Event in the Enhancement Stream and Editing and Deleting Events in an Enhancement Stream.