changed format into ioFormat to indicate that this is a input and output parameter
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3576 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -100,7 +100,7 @@ virtual status_t HandleMessage(
|
|||||||
/* reply. */
|
/* reply. */
|
||||||
virtual status_t AcceptFormat(
|
virtual status_t AcceptFormat(
|
||||||
const media_destination & dest,
|
const media_destination & dest,
|
||||||
media_format * format) = 0;
|
media_format * ioFormat) = 0;
|
||||||
virtual status_t GetNextInput(
|
virtual status_t GetNextInput(
|
||||||
int32 * cookie,
|
int32 * cookie,
|
||||||
media_input * out_input) = 0;
|
media_input * out_input) = 0;
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ virtual status_t FormatSuggestionRequested(
|
|||||||
media_format * format) = 0;
|
media_format * format) = 0;
|
||||||
virtual status_t FormatProposal(
|
virtual status_t FormatProposal(
|
||||||
const media_source & output,
|
const media_source & output,
|
||||||
media_format * format) = 0;
|
media_format * ioFormat) = 0;
|
||||||
/* If the format isn't good, put a good format into *io_format and return error */
|
/* If the format isn't good, put a good format into *io_format and return error */
|
||||||
/* If format has wildcard, specialize to what you can do (and change). */
|
/* If format has wildcard, specialize to what you can do (and change). */
|
||||||
/* If you can change the format, return OK. */
|
/* If you can change the format, return OK. */
|
||||||
|
|||||||
Reference in New Issue
Block a user