DASH-IF Conformance Software
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
org.iso.mpeg.dash.VideoScanType Enum Reference

Public Member Functions

 VideoScanType (String v)
 
String value ()
 

Static Public Member Functions

static VideoScanType fromValue (String v)
 

Public Attributes

 XmlEnumValue
 

Detailed Description

Java class for VideoScanType.

The following schema fragment specifies the expected content contained within this class.

<simpleType name="VideoScanType">
  <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    <enumeration value="progressive"/>
    <enumeration value="interlaced"/>
    <enumeration value="unknown"/>
  </restriction>
</simpleType>

Member Data Documentation

◆ XmlEnumValue

org.iso.mpeg.dash.VideoScanType.XmlEnumValue
Initial value:
=("progressive")
PROGRESSIVE("progressive")

The documentation for this enum was generated from the following file: