|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.general.pdfsound
public class pdfsound
represents sound embedded into pdf document.
constructor summary | |
---|---|
pdfsound()
|
|
pdfsound(java.lang.string filename)
initializes a new instance of the class. |
|
pdfsound(java.lang.string filename,
boolean test)
|
method summary | |
---|---|
int |
getbits()
gets the number of bits per sample value per channel. |
pdfsoundchannels |
getchannels()
gets the number of sound channels. |
pdfsoundencoding |
getencoding()
gets the encoding format for the sample data. |
java.lang.string |
getfilename()
gets the name of the file. |
int |
getrate()
gets the sampling rate, in samples per second (in hz). |
void |
setbits(int value)
sets the number of bits per sample value per channel. |
void |
setchannels(pdfsoundchannels value)
sets the number of sound channels. |
void |
setencoding(pdfsoundencoding value)
sets or sets the encoding format for the sample data. |
void |
setfilename(java.lang.string value)
sets the name of the file. |
void |
setrate(int value)
sets the sampling rate, in samples per second (in hz). |
constructor detail |
---|
public pdfsound(java.lang.string filename)
filename
- name of the file.public pdfsound(java.lang.string filename, boolean test)
public pdfsound()
method detail |
---|
public int getrate()
public void setrate(int value)
public int getbits()
public void setbits(int value)
public pdfsoundencoding getencoding()
public void setencoding(pdfsoundencoding value)
public pdfsoundchannels getchannels()
public void setchannels(pdfsoundchannels value)
public java.lang.string getfilename()
public void setfilename(java.lang.string value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |