java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.VoiceNote
- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionstatic final int
int
Duration of the voice note, in seconds; as defined by the sender.MIME type of the file; as defined by the sender.Result of speech recognition in the voice note; may be null.File containing the voice note.byte[]
A waveform representation of the voice note in 5-bit format. -
Constructor Summary
ConstructorDescriptionDescribes a voice note.VoiceNote
(int duration, byte[] waveform, String mimeType, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File voice) Describes a voice note.Describes a voice note. -
Method Summary
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. -
speechRecognitionResult
Result of speech recognition in the voice note; may be null. -
voice
File containing the voice note. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
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
public VoiceNote(int duration, byte[] waveform, String mimeType, TdApi.SpeechRecognitionResult speechRecognitionResult, TdApi.File voice) 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.speechRecognitionResult
- SpeechRecognitionResult Result of speech recognition in the voice note; may be null.voice
- File File containing the voice note.
-
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.- 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()
-