Package-level declarations

Types

Link copied to clipboard
enum AccessPolicyEccAlgo : Enum<AccessPolicyEccAlgo> , ConvertibleToJava<AccessPolicyEccAlgo>

Elliptical curve algorithm to be used: ES256, ES384 or ES512.

Link copied to clipboard
enum AccessPolicyRole : Enum<AccessPolicyRole> , ConvertibleToJava<AccessPolicyRole>

Defines the access level granted by this policy.

Link copied to clipboard
enum AccessPolicyRsaAlgo : Enum<AccessPolicyRsaAlgo> , ConvertibleToJava<AccessPolicyRsaAlgo>

RSA algorithm to be used: RS256, RS384 or RS512.

Link copied to clipboard
enum AccountEncryptionKeyType : Enum<AccountEncryptionKeyType> , ConvertibleToJava<AccountEncryptionKeyType>

The type of key used to encrypt the Account Key.

Link copied to clipboard
enum EncoderSystemPresetType : Enum<EncoderSystemPresetType> , ConvertibleToJava<EncoderSystemPresetType>

Name of the built-in encoding preset.

Link copied to clipboard
enum Kind : Enum<Kind> , ConvertibleToJava<Kind>

Topology kind.

Link copied to clipboard
enum ParameterType : Enum<ParameterType> , ConvertibleToJava<ParameterType>

Type of the parameter.

Link copied to clipboard
enum PrivateEndpointServiceConnectionStatus : Enum<PrivateEndpointServiceConnectionStatus> , ConvertibleToJava<PrivateEndpointServiceConnectionStatus>

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Link copied to clipboard
enum RtspTransport : Enum<RtspTransport> , ConvertibleToJava<RtspTransport>

Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.

Link copied to clipboard
enum SkuName : Enum<SkuName> , ConvertibleToJava<SkuName>

The SKU name.

Link copied to clipboard
enum VideoScaleMode : Enum<VideoScaleMode> , ConvertibleToJava<VideoScaleMode>

Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.