Navigation:  Media Library > Class Library API > Video and Audio Streaming API >

PublishType

Previous pageReturn to chapter overviewNext page

Defines the stream behavior on the server. A value from the enumeration is used in the stream call to specify how the server should handle the stream:

PUBLISH_RECORD

 a stream will be stored into the new file on the server side.

PUBLISH_APPEND

 a stream will be appended to the existing file name

PUBLISH_LIVE

 a stream will be available on the server side and by default, the server will re-broadcast it to all connected clients