public final class AsfExtendedStreamPropertyFlags extends Object implements IEnumValue
Defines ASF extended stream property flags.
| Modifier and Type | Field and Description |
|---|---|
static AsfExtendedStreamPropertyFlags |
NoCleanpoints
The stream does not contain any cleanpoints.
|
static AsfExtendedStreamPropertyFlags |
Reliable
This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.
|
static 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.
|
static AsfExtendedStreamPropertyFlags |
Seekable
This flag should be set only if the stream is seekable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object[] |
getAllValues()
Returns the array of all values defined in the class.
|
static AsfExtendedStreamPropertyFlags |
getByRawValue(int rawValue) |
IEnumValue |
getEnumValueByName(String name)
Returns the enumeration value by its name.
|
IEnumValue |
getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
|
static IEnumValue |
getFirst() |
int |
getRawValue()
Returns the raw value of this enumeration value.
|
RawIntegerType |
getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
|
int |
hashCode() |
String |
name()
Returns the name of this enumeration value.
|
public static final AsfExtendedStreamPropertyFlags NoCleanpoints
The stream does not contain any cleanpoints.
public static final AsfExtendedStreamPropertyFlags Reliable
This digital media stream, if sent over a network, must be carried over a reliable data communications transport mechanism.
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.
public static final AsfExtendedStreamPropertyFlags Seekable
This flag should be set only if the stream is seekable.
public Object[] getAllValues()
IEnumValueReturns the array of all values defined in the class.
getAllValues in interface IEnumValuepublic static AsfExtendedStreamPropertyFlags getByRawValue(int rawValue)
public IEnumValue getEnumValueByName(String name)
IEnumValueReturns the enumeration value by its name.
getEnumValueByName in interface IEnumValuename - The name of the enumeration value.public IEnumValue getEnumValueByRawValue(int rawValue)
IEnumValueReturns the enumeration value by the raw value associated with it.
getEnumValueByRawValue in interface IEnumValuerawValue - The raw value.public static IEnumValue getFirst()
public int getRawValue()
IEnumValueReturns the raw value of this enumeration value.
getRawValue in interface IEnumValuepublic RawIntegerType getRawValueType()
IEnumValueReturns the underlying type of the raw value of this enumeration value.
getRawValueType in interface IEnumValuepublic String name()
IEnumValueReturns the name of this enumeration value.
name in interface IEnumValueCopyright © 2026. All rights reserved.