Package it.tdlight.jni
Class TdApi.VoiceNote
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.VoiceNote
- Enclosing class:
- TdApi
public static class TdApi.VoiceNote extends TdApi.Object
Describes a voice note. The voice note
must be encoded with the Opus codec,
and stored inside an OGG container.
Voice notes can have only a single audio channel.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
duration
Duration of the voice note, in seconds; as defined by the sender.String
mimeType
MIME type of the file; as defined by the sender.TdApi.File
voice
File containing the voice note.byte[]
waveform
A waveform representation of the voice note in 5-bit format. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
duration
public int durationDuration of the voice note, in seconds; as defined by the sender. -
waveform
public byte[] waveformA waveform representation of the voice note in 5-bit format. -
mimeType
MIME type of the file; as defined by the sender. -
voice
File containing the voice note. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
VoiceNote
public VoiceNote()Describes a voice note. The voice note must be encoded with the Opus codec, and stored inside an OGG container. Voice notes can have only a single audio channel. -
VoiceNote
Describes a voice note. The voice note must be encoded with the Opus codec, and stored inside an OGG container. Voice notes can have only a single audio channel.- Parameters:
duration
- int Duration of the voice note, in seconds; as defined by the sender.waveform
- byte[] A waveform representation of the voice note in 5-bit format.mimeType
- String MIME type of the file; as defined by the sender.voice
- File File containing the voice note.
-
VoiceNote
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-