LiveEventEncodingType Enum
Live event type. When encodingType is set to PassthroughBasic or PassthroughStandard, the service simply passes through the incoming video and audio layer(s) to the output. When encodingType is set to Standard or Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers. See https://go.microsoft.com/fwlink/?linkid=2095101 for more information. This property cannot be modified after the live event is created.
- Inheritance
-
builtins.strLiveEventEncodingTypeLiveEventEncodingType
Constructor
LiveEventEncodingType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
NONE |
PASSTHROUGH_BASIC |
PASSTHROUGH_STANDARD |
PREMIUM1080_P |
STANDARD |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python