Sha256: 9d09ebd71544e6a53d70720ff4dd2de79adf587cd1d451fe77774d99dfdce34e
Contents?: true
Size: 475 Bytes
Versions: 12
Compression:
Stored size: 475 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::MediaServices::Mgmt::V2018_03_30_preview module Models # # Defines values for StreamingPolicyStreamingProtocol # module StreamingPolicyStreamingProtocol Hls = "Hls" Dash = "Dash" SmoothStreaming = "SmoothStreaming" Download = "Download" end end end
Version data entries
12 entries across 12 versions & 1 rubygems