AsfExtendedStreamPropertyFlags

Contents
[ ]

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public final class AsfExtendedStreamPropertyFlags implements IEnumValue

Defines ASF extended stream property flags.

Fields

Field Description
Reliable This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.
Seekable This flag should be set only if the stream is seekable.
NoCleanpoints The stream does not contain any cleanpoints.
ResendLiveCleanpoints A stream is joined in mid-transmission, all information from the most recent cleanpoint up to the current time should be sent before normal streaming begins at the current time.

Methods

Method Description
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()
name()
equals(Object o)
hashCode()

Reliable

public static final AsfExtendedStreamPropertyFlags Reliable

This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.

Seekable

public static final AsfExtendedStreamPropertyFlags Seekable

This flag should be set only if the stream is seekable.

NoCleanpoints

public static final AsfExtendedStreamPropertyFlags NoCleanpoints

The stream does not contain any cleanpoints.

ResendLiveCleanpoints

public static final AsfExtendedStreamPropertyFlags ResendLiveCleanpoints

A stream is joined in mid-transmission, all information from the most recent cleanpoint up to the current time should be sent before normal streaming begins at the current time.

getByRawValue(int rawValue)

public static AsfExtendedStreamPropertyFlags getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: AsfExtendedStreamPropertyFlags

getFirst()

public static IEnumValue getFirst()

Returns: IEnumValue

getAllValues()

public Object[] getAllValues()

Returns the array of all values defined in the class.

Returns: java.lang.Object[]

getEnumValueByRawValue(int rawValue)

public IEnumValue getEnumValueByRawValue(int rawValue)

Returns the enumeration value by the raw value associated with it.

Parameters:

Parameter Type Description
rawValue int

Returns: IEnumValue

getEnumValueByName(String name)

public IEnumValue getEnumValueByName(String name)

Returns the enumeration value by its name.

Parameters:

Parameter Type Description
name java.lang.String

Returns: IEnumValue

getRawValueType()

public RawIntegerType getRawValueType()

Returns the underlying type of the raw value of this enumeration value.

Returns: RawIntegerType

getRawValue()

public int getRawValue()

Returns the raw value of this enumeration value.

Returns: int

name()

public String name()

Returns the name of this enumeration value.

Returns: java.lang.String

equals(Object o)

public boolean equals(Object o)

Parameters:

Parameter Type Description
o java.lang.Object

Returns: boolean

hashCode()

public int hashCode()

Returns: int