MediaFlowState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the possible states for a media flow.
public enum class MediaFlowState
public enum MediaFlowState
type MediaFlowState =
Public Enum MediaFlowState
- Inheritance
-
MediaFlowState
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The Flow is not established yet. |
Active | 1 | The flow is active. |
Terminated | 2 | The flow was termianted. |