Enum RTMPStopCommands
- Namespace
- VisioForge.Core.Types.X.Sinks
- Assembly
- VisioForge.Core.dll
RTMP stop commands sent when closing the connection.
[Flags]
public enum RTMPStopCommandsFields
None = 0-
No command will be sent on connection close.
FCUnpublish = 1-
Send FCUnpublish command to notify the server that publishing is stopping.
CloseStream = 2-
Send CloseStream command to close the stream.
DeleteStream = 4-
Send DeleteStream command to delete the stream from the server.