oggplay_callback_info.h
More...
Go to the source code of this file.
|
typedef void * | OggPlayAudioData |
| Type for representing audio data.
|
|
typedef char | OggPlayTextData |
| Type for representing text data.
|
|
typedef struct OggPlayDataHeader_ | OggPlayDataHeader |
| Header for the various data formats.
|
|
◆ oggplay_callback_info_get_audio_data()
Extract the audio data from the supplied record.
- Parameters
-
- Returns
- OggPlayAudioData.
- Return values
-
NULL | if the supplied OggPlayCallbackInfo is a NULL pointer |
◆ oggplay_callback_info_get_headers()
Get the array of records stored in the OggPlayCallbackInfo.
- Parameters
-
- Returns
- array of records
- Return values
-
NULL | if the supplied OggPlayCallbackInfo is a NULL pointer |
◆ oggplay_callback_info_get_overlay_data()
Extract the overlay data from the supplied record.
- Parameters
-
- Returns
- OggPlayOverlayData
- Return values
-
NULL | if the supplied OggPlayCallbackInfo is a NULL pointer |
◆ oggplay_callback_info_get_presentation_time()
Get the presentation time of the given record.
- Parameters
-
- Returns
- presentation time of the given frame in milliseconds.
◆ oggplay_callback_info_get_record_size()
Get the size of the given record.
- Parameters
-
- Returns
- The number of samples in the record.
◆ oggplay_callback_info_get_stream_info()
Get the state of the stream.
- Parameters
-
- Returns
- State of the given stream.
- See also
- OggPlayStreamInfo
◆ oggplay_callback_info_get_text_data()
Extract the text data from the supplied record.
- Parameters
-
- Returns
- OggPlayTextData
- Return values
-
NULL | if the supplied OggPlayCallbackInfo is a NULL pointer |
◆ oggplay_callback_info_get_type()
Get the data type of the given OggPlayCallbackInfo.
- Parameters
-
- Returns
- The data type of the given OggPlayCallbackInfo
- See also
- OggPlayDataType
◆ oggplay_callback_info_get_video_data()
Extract the video frame from the supplied record.
- Parameters
-
- Returns
- the video frame
- Return values
-
NULL | if the supplied OggPlayCallbackInfo is a NULL pointer |