Clarification of iso_stream_get_source_path() result
This commit is contained in:
parent
71d491ed37
commit
70af4872c9
@ -4078,7 +4078,9 @@ void iso_stream_get_id(IsoStream *stream, unsigned int *fs_id, dev_t *dev_id,
|
|||||||
/**
|
/**
|
||||||
* Try to get eventual source path string of a stream. Meaning and availability
|
* Try to get eventual source path string of a stream. Meaning and availability
|
||||||
* of this string depends on the stream.class . Expect valid results with
|
* of this string depends on the stream.class . Expect valid results with
|
||||||
* types "fsrc" and "cout".
|
* types "fsrc" and "cout". Result formats are
|
||||||
|
* fsrc: result of file_source_get_path()
|
||||||
|
* cout: result of file_source_get_path() " " offset " " size
|
||||||
* @param stream
|
* @param stream
|
||||||
* The stream to be inquired.
|
* The stream to be inquired.
|
||||||
* @param flag
|
* @param flag
|
||||||
|
Loading…
Reference in New Issue
Block a user