public final class AsfMetadataDescriptor extends AsfBaseDescriptor
Represents an ASF metadata descriptor.
isBuiltInProperty
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
|
String |
getLanguage()
Gets the language.
|
String |
getOriginalName()
Gets the original name of the descriptor.
|
int |
getStreamNumber()
Gets the stream number.
|
int |
hashCode()
Returns a hash code for this instance.
|
getAsfContentType
equals, getFormattedValue, getName, getValue, isBuiltInProperty, setName, setValue, toString
public final String getLanguage()
Gets the language.
public final int getStreamNumber()
Gets the stream number.
public final String getOriginalName()
Gets the original name of the descriptor.
public boolean equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
equals
in class AsfBaseDescriptor
other
- An object to compare with this object.true
if the current object is equal to the other
parameter; otherwise, false
.public boolean equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
equals
in interface com.aspose.ms.System.IEquatable<MetadataProperty>
equals
in class AsfBaseDescriptor
obj
- The System.Object
to compare with this instance.true
if the specified System.Object
is equal to this instance; otherwise, false
.public int hashCode()
Returns a hash code for this instance.
hashCode
in class AsfBaseDescriptor
Copyright © 2019. All rights reserved.