// This interface must be called on the main thread only. class GMPVideoHost {
public: // Construct various video API objects. Host does not retain reference, // caller is owner and responsible for deleting. // MAIN THREAD ONLY
virtual GMPErr CreateFrame(GMPVideoFrameFormat aFormat,
GMPVideoFrame** aFrame) = 0;
virtual GMPErr CreatePlane(GMPPlane** aPlane) = 0;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.