Inheritance diagram for os::MediaSyncStage:

Public Member Functions | |
| MediaSyncStage () | |
| ~MediaSyncStage () | |
| uint32 | GetPhysicalType () |
| Physical type. | |
| String | GetIdentifier () |
| Identifier. | |
| uint32 | GetInputCount () |
| Number of inputs. | |
| uint32 | GetInputFormatCount (uint32 nInput) |
| Number of input formats. | |
| MediaFormat_s | GetInputFormat (uint32 nInput, uint32 nNum) |
| Input format. | |
| uint32 | GetOutputCount () |
| Number of outputs. | |
| uint32 | GetOutputFormatCount (uint32 nOutput) |
| MediaFormat_s | GetOutputFormat (uint32 nOutput) |
| Output format. | |
| status_t | GetPacket (uint32 nOutput, MediaPacket_s *psPacket) |
| Read one packet. | |
| status_t | Initialize () |
| Initializes the stage. | |
| int | Run () |
| Run. | |
Static Public Member Functions | |
| static MediaSyncStage * | CreateStage () |
| Creates a sync statge. | |
Classes | |
| class | Private |
| MediaSyncStage::MediaSyncStage | ( | ) |
| MediaSyncStage::~MediaSyncStage | ( | ) |
| uint32 MediaSyncStage::GetPhysicalType | ( | ) | [virtual] |
| String MediaSyncStage::GetIdentifier | ( | ) | [virtual] |
| uint32 MediaSyncStage::GetInputCount | ( | ) | [virtual] |
| uint32 MediaSyncStage::GetInputFormatCount | ( | uint32 | nInput | ) | [virtual] |
| nInput | - The input. |
Reimplemented from os::MediaStage.
| MediaFormat_s MediaSyncStage::GetInputFormat | ( | uint32 | nInput, | |
| uint32 | nNum | |||
| ) | [virtual] |
| nInput | - The input. | |
| nNum | - Input format number. |
Reimplemented from os::MediaStage.
| uint32 MediaSyncStage::GetOutputCount | ( | ) | [virtual] |
| uint32 os::MediaSyncStage::GetOutputFormatCount | ( | uint32 | nOutput | ) |
| MediaFormat_s MediaSyncStage::GetOutputFormat | ( | uint32 | nOutput | ) | [virtual] |
| nOutput | - The output. |
Reimplemented from os::MediaStage.
| status_t MediaSyncStage::GetPacket | ( | uint32 | nOutput, | |
| MediaPacket_s * | psPacket | |||
| ) | [virtual] |
| nOutput | - The output. | |
| psPacket | - Pointer to a packet. |
Reimplemented from os::MediaStage.
| status_t MediaSyncStage::Initialize | ( | ) | [virtual] |
Reimplemented from os::MediaStage.
| int MediaSyncStage::Run | ( | ) |
| MediaSyncStage * MediaSyncStage::CreateStage | ( | ) | [static] |
1.5.1