
public class CodecProfile extends RefCounted
| Modifier and Type | Class and Description |
|---|---|
static class |
CodecProfile.ProfileType
An enum of known about Profiles.
|
| Modifier and Type | Method and Description |
|---|---|
CodecProfile |
copyReference()
Create a new CodecProfile object that is actually referring to the
exact same underlying native object.
|
boolean |
equals(Object obj)
Compares two values, returning true if the underlying objects in native code are the same object.
|
String |
getName()
Get the name for this profile.
|
CodecProfile.ProfileType |
getProfile()
Get the type for this profile.
|
int |
hashCode()
Get a hashable value for this object.
|
delete, getCurrentRefCountpublic CodecProfile copyReference()
copyReference in class RefCountedpublic boolean equals(Object obj)
public int hashCode()
public CodecProfile.ProfileType getProfile()
public String getName()
Copyright © 2018 Humble Software. All rights reserved.