#include <Ap4Sample.h>
Definition at line 46 of file Ap4Sample.h.
AP4_Sample::AP4_Sample | ( | ) |
AP4_Sample::AP4_Sample | ( | const AP4_Sample & | other | ) |
AP4_Sample::AP4_Sample | ( | AP4_ByteStream & | data_stream, | |
AP4_Position | offset, | |||
AP4_Size | size, | |||
AP4_Ordinal | description_index, | |||
AP4_TimeStamp | dts, | |||
AP4_UI32 | cts_offset = 0 , |
|||
bool | sync_flag = true | |||
) |
AP4_Sample::~AP4_Sample | ( | ) |
AP4_Sample& AP4_Sample::operator= | ( | const AP4_Sample & | other | ) |
AP4_Result AP4_Sample::ReadData | ( | AP4_DataBuffer & | data | ) |
AP4_Result AP4_Sample::ReadData | ( | AP4_DataBuffer & | data, | |
AP4_Size | size, | |||
AP4_Size | offset = 0 | |||
) |
AP4_ByteStream* AP4_Sample::GetDataStream | ( | ) |
void AP4_Sample::SetDataStream | ( | AP4_ByteStream & | stream | ) |
AP4_Position AP4_Sample::GetOffset | ( | ) | const [inline] |
void AP4_Sample::SetOffset | ( | AP4_Position | offset | ) | [inline] |
AP4_Size AP4_Sample::GetSize | ( | ) | [inline] |
void AP4_Sample::SetSize | ( | AP4_Size | size | ) | [inline] |
AP4_Ordinal AP4_Sample::GetDescriptionIndex | ( | ) | const [inline] |
void AP4_Sample::SetDescriptionIndex | ( | AP4_Ordinal | index | ) | [inline] |
AP4_TimeStamp AP4_Sample::GetDts | ( | ) | const [inline] |
void AP4_Sample::SetDts | ( | AP4_TimeStamp | dts | ) | [inline] |
AP4_TimeStamp AP4_Sample::GetCts | ( | ) | const [inline] |
void AP4_Sample::SetCts | ( | AP4_TimeStamp | cts | ) | [inline] |
bool AP4_Sample::IsSync | ( | ) | const [inline] |
void AP4_Sample::SetSync | ( | bool | is_sync | ) | [inline] |
AP4_ByteStream* AP4_Sample::m_DataStream [protected] |
Definition at line 87 of file Ap4Sample.h.
AP4_Position AP4_Sample::m_Offset [protected] |
AP4_Size AP4_Sample::m_Size [protected] |
AP4_Ordinal AP4_Sample::m_DescriptionIndex [protected] |
Definition at line 90 of file Ap4Sample.h.
Referenced by GetDescriptionIndex(), and SetDescriptionIndex().
AP4_TimeStamp AP4_Sample::m_Dts [protected] |
AP4_TimeStamp AP4_Sample::m_Cts [protected] |
bool AP4_Sample::m_IsSync [protected] |