AppSink.isEos

Check if appsink is EOS, which is when no more samples can be pulled because an EOS event was received.

This function also returns TRUE when the appsink is not in the PAUSED or PLAYING state.

class AppSink
bool
isEos
()

Return Value

Type: bool

TRUE if no more samples can be pulled and the appsink is EOS.