Gets and sets an enum that determines the status of the streaming. The following are the possible values:
§ SLS_NOT_STREAMED_LAYER = 0
§ SLS_STREAMING = 1
§ SLS_STREAM_PAUSED = 2
JavaScript |
|
StreamStatus |
C# |
|
StreamLayerStatus StreamStatus { get; set; } |
C++ |
|
HRESULT StreamStatus([in] StreamLayerStatus pStreamStatus) HRESULT StreamStatus([out, retval] StreamLayerStatus* pStreamStatus) |