MediaMessage.Eos (gb.media)

Const Eos As Integer = 1

Constant for end of stream message type.

This message means that the end-of-stream is reached in a pipeline.

The application will only receive this message in the PLAYING state and every time it sets a pipeline to PLAYING that is in the EOS state. The application can perform a flushing seek in the pipeline, which will undo the EOS state again.