Lines Matching refs:stream
63 /** Stream data, such as Advanced Audio Coding (AAC) stream data */
78 * @brief Enumerates buffer types of stream sources.
123 * @brief Sets additional information about a stream.
125 * @param params Indicates the parameters for additional stream information. For details, see {@link Format}.
133 * @brief Provides functions related to the stream source for upper-layer applications.
220 * @brief A constructor used to create a {@link Source} instance based on the stream source and format information.
224 * @param stream Indicates the media source stream. For details, see {@link StreamSource}.
225 * @param formats Indicates stream data information, which is subject to the stream type. For example, the key
231 Source(const std::shared_ptr<StreamSource> &stream, const Format &formats);
234 * @brief A constructor used to create a {@link Source} instance based on the data stream consumer.
236 * @param dataConsumer Indicates the data stream consumer. For details, see {@link DataConsumer}.
276 * @brief Obtains information about the media source stream.
280 * @return Returns information about the media source stream. For details, see {@link StreamSource}.
287 * @brief Obtains the media source stream format.
289 * @return Returns the media source stream format. For details, see {@link Format}.
296 * @brief Obtains the data stream consumer interface.
300 * @return Returns the data stream consumer interface. For details, see {@link DataConsumer}.