odin_media_stream_type
Retrieves the type of the specified media stream.
info
Note: This function will always return OdinMediaStreamType_Audio at the moment (until video support is fully implemented).
Declaration
Parameters
stream
Handle of the media stream whose type is to be retrieved. See OdinMediaStreamHandle
Declaration
Returns
The type of the media stream. See OdinMediaStreamType
Return Type