public final class AudioSampleType extends Object
Represents Audio sample type in XmpDynamicMediaPackage
.
Modifier and Type | Method and Description |
---|---|
static String |
getCompressed()
Represents Compressed audio sample.
|
static String |
getPacked()
Represents Packed audio sample.
|
static String |
getSample16Int()
Represents 16Int audio sample.
|
static String |
getSample24Int()
Represents 24Int audio sample.
|
static String |
getSample32Float()
Represents 32Float audio sample.
|
static String |
getSample32Int()
Represents 32Int audio sample.
|
static AudioSampleType |
getSample8Int()
Represents 8Int audio sample.
|
String |
toString()
Returns a
String that represents this instance. |
public static AudioSampleType getSample8Int()
Represents 8Int audio sample.
public static String getSample16Int()
Represents 16Int audio sample.
public static String getSample24Int()
Represents 24Int audio sample.
public static String getSample32Int()
Represents 32Int audio sample.
public static String getSample32Float()
Represents 32Float audio sample.
public static String getCompressed()
Represents Compressed audio sample.
public static String getPacked()
Represents Packed audio sample.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.